Skip to content

Commit

Permalink
more config for new FPM tests
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Feb 14, 2023
1 parent 937b1e3 commit e86d870
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
Expand Up @@ -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
Expand Down
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion sapi/fpm/tests/ghsa-54hq-v5wp-fqgv-max-file-uploads.phpt
Expand Up @@ -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
Expand Down

1 comment on commit e86d870

@remicollet
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bukka FYI

Please sign in to comment.