Skip to content

Commit

Permalink
Merge branch 'dev' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed Dec 6, 2024
2 parents b1dec86 + 357622a commit 1a1cb55
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
5 changes: 3 additions & 2 deletions apps/php/src/php_extra.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@

file_uploads = On
max_input_time = 800
max_input_vars = 1000
max_execution_time = 300
memory_limit = 600M
upload_max_filesize = 900M
post_max_size = 900M
max_file_uploads = 200
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT


# All configurations: https://github.com/php/php-src/blob/master/php.ini-production
# See https://secure.php.net/manual/en/opcache.installation.php
opcache.memory_consumption=128
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=4000
opcache.revalidate_freq=60
opcache.fast_shutdown=1
opcache.fast_shutdown=1
5 changes: 3 additions & 2 deletions apps/phpfpmapache/src/php_extra.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@

file_uploads = On
max_input_time = 800
max_input_vars = 1000
max_execution_time = 300
memory_limit = 600M
upload_max_filesize = 900M
post_max_size = 900M
max_file_uploads = 200
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT


# All configurations: https://github.com/php/php-src/blob/master/php.ini-production
# See https://secure.php.net/manual/en/opcache.installation.php
opcache.memory_consumption=128
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=4000
opcache.revalidate_freq=60
opcache.fast_shutdown=1
opcache.fast_shutdown=1
5 changes: 3 additions & 2 deletions apps/phpfpmnginx/src/php_extra.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@

file_uploads = On
max_input_time = 800
max_input_vars = 1000
max_execution_time = 300
memory_limit = 600M
upload_max_filesize = 900M
post_max_size = 900M
max_file_uploads = 200
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT


# All configurations: https://github.com/php/php-src/blob/master/php.ini-production
# See https://secure.php.net/manual/en/opcache.installation.php
opcache.memory_consumption=128
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=4000
opcache.revalidate_freq=60
opcache.fast_shutdown=1
opcache.fast_shutdown=1
3 changes: 2 additions & 1 deletion apps/wordpress/src/php_exra.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
file_uploads = On
max_input_time = 800
max_input_vars=1000
max_execution_time = 300
memory_limit = 600M
upload_max_filesize = 900M
post_max_size = 900M
max_file_uploads = 200
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT

0 comments on commit 1a1cb55

Please sign in to comment.