Explorar o código

Updated php.ini for php 7.2 and 7.3

Ranger Chan %!s(int64=5) %!d(string=hai) anos
pai
achega
843827cf70
Modificáronse 2 ficheiros con 8 adicións e 0 borrados
  1. 4 0
      images/php/7.2/conf/php.ini
  2. 4 0
      images/php/7.3/conf/php.ini

+ 4 - 0
images/php/7.2/conf/php.ini

@@ -12,5 +12,9 @@ xdebug.idekey = PHPSTORM
 
 upload_max_filesize = 20M
 post_max_size = 20M
+max_input_vars = 10000
+realpath_cache_size = 32k
+realpath_cache_ttl = 7200
+session.gc_probability = 1
 
 sendmail_path = "/usr/local/bin/mhsendmail --smtp-addr=mailhog:1025"

+ 4 - 0
images/php/7.3/conf/php.ini

@@ -12,5 +12,9 @@ xdebug.idekey = PHPSTORM
 
 upload_max_filesize = 20M
 post_max_size = 20M
+max_input_vars = 10000
+realpath_cache_size = 32k
+realpath_cache_ttl = 7200
+session.gc_probability = 1
 
 sendmail_path = "/usr/local/bin/mhsendmail --smtp-addr=mailhog:1025"