mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-10 11:01:14 +00:00
Fix PHP 5.2 Run-time errors
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
|
||||
Additional php.ini defines, specific to this pool of workers.
|
||||
<value name="php_defines">
|
||||
<value name="error_reporting">E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED</value>
|
||||
<value name="error_reporting">E_ALL</value>
|
||||
<value name="xmlrpc_errors">Off</value>
|
||||
<value name="report_memleaks">On</value>
|
||||
<value name="display_errors">Off</value>
|
||||
|
||||
Reference in New Issue
Block a user