mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Disable report_zend_debug by default
We might just want to drop this completely, but at least don't enable it by default. It already gets disabled by a number of SAPIs, but we should make that the default state.
This commit is contained in:
parent
1e9a5c67ef
commit
824541d57e
6 changed files with 4 additions and 17 deletions
|
@ -420,7 +420,6 @@ static int php_cli_startup(sapi_module_struct *sapi_module) /* {{{ */
|
|||
static void sapi_cli_ini_defaults(HashTable *configuration_hash)
|
||||
{
|
||||
zval tmp;
|
||||
INI_DEFAULT("report_zend_debug", "0");
|
||||
INI_DEFAULT("display_errors", "1");
|
||||
}
|
||||
/* }}} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue