From 9cc056c2e4fb36775e96ce378f37bcaaa8441248 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 10 May 2017 07:10:28 +0200 Subject: sync php.ini with upstream --- php.ini | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'php.ini') diff --git a/php.ini b/php.ini index fba59c8..43c1877 100644 --- a/php.ini +++ b/php.ini @@ -155,7 +155,7 @@ ; track_errors ; Default Value: Off -; Development Value: On +; Development Value: Off ; Production Value: Off ; variables_order @@ -525,11 +525,12 @@ report_memleaks = On ; Store the last error/warning message in $php_errormsg (boolean). Setting this value ; to On can assist in debugging and is appropriate for development servers. It should ; however be disabled on production servers. +; This directive is DEPRECATED. ; Default Value: Off -; Development Value: On +; Development Value: Off ; Production Value: Off ; http://php.net/track-errors -track_errors = Off +;track_errors = Off ; Turn off normal error reporting and emit XML-RPC error XML ; http://php.net/xmlrpc-errors -- cgit