From 653e76d2aced5b892ecc106b2636fb7b64098f0e Mon Sep 17 00:00:00 2001 From: lai <10633968+laiyujun1@user.noreply.gitee.com> Date: Fri, 10 Jan 2025 09:49:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0redis=E6=8B=93=E5=B1=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extra/config/php.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/config/php.ini b/extra/config/php.ini index 4e27ad1..bbbbabf 100644 --- a/extra/config/php.ini +++ b/extra/config/php.ini @@ -390,7 +390,7 @@ max_input_time = 60 ; Maximum amount of memory a script may consume (128MB) ; http://php.net/memory-limit -memory_limit = 128M +memory_limit = -1 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Error handling and logging ; @@ -909,7 +909,7 @@ default_socket_timeout = 60 ;extension=php_pdo_sqlite.dll ;extension=php_pgsql.dll ;extension=php_shmop.dll - +extension=redis.so ; The MIBS data available in the PHP distribution must be installed. ; See http://www.php.net/manual/en/snmp.installation.php ;extension=php_snmp.dll