mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: more config for new FPM tests
This commit is contained in:
commit
73b3f78ea0
3 changed files with 9 additions and 3 deletions
|
@ -21,7 +21,9 @@ php_admin_value[html_errors] = false
|
|||
php_admin_value[max_input_vars] = 20
|
||||
php_admin_value[max_file_uploads] = 5
|
||||
php_admin_value[max_multipart_body_parts] = 10
|
||||
php_flag[display_errors] = On
|
||||
php_admin_flag[display_errors] = On
|
||||
php_admin_flag[display_startup_errors] = On
|
||||
php_admin_flag[log_errors] = On
|
||||
EOT;
|
||||
|
||||
$code = <<<EOT
|
||||
|
|
|
@ -20,7 +20,9 @@ pm.max_spare_servers = 3
|
|||
php_admin_value[html_errors] = false
|
||||
php_admin_value[max_input_vars] = 20
|
||||
php_admin_value[max_file_uploads] = 5
|
||||
php_flag[display_errors] = On
|
||||
php_admin_flag[display_errors] = On
|
||||
php_admin_flag[display_startup_errors] = On
|
||||
php_admin_flag[log_errors] = On
|
||||
EOT;
|
||||
|
||||
$code = <<<EOT
|
||||
|
|
|
@ -19,7 +19,9 @@ pm.min_spare_servers = 1
|
|||
pm.max_spare_servers = 3
|
||||
php_admin_value[html_errors] = false
|
||||
php_admin_value[max_file_uploads] = 5
|
||||
php_flag[display_errors] = On
|
||||
php_admin_flag[display_errors] = On
|
||||
php_admin_flag[display_startup_errors] = On
|
||||
php_admin_flag[log_errors] = On
|
||||
EOT;
|
||||
|
||||
$code = <<<EOT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue