]> granicus.if.org Git - php/commitdiff
- Allow the report_memleak setting to be set everywhere
authorDerick Rethans <derick@php.net>
Thu, 24 Oct 2002 16:56:59 +0000 (16:56 +0000)
committerDerick Rethans <derick@php.net>
Thu, 24 Oct 2002 16:56:59 +0000 (16:56 +0000)
main/main.c

index 98a392759d49f44f813cf53bcfa350d3e27e31c8..8b2a2996457582270055653045659821e75dae79 100644 (file)
@@ -256,7 +256,7 @@ PHP_INI_BEGIN()
        STD_PHP_INI_ENTRY("log_errors_max_len",  "1024",                PHP_INI_ALL,            OnUpdateInt,                    log_errors_max_len,             php_core_globals,       core_globals)
        STD_PHP_INI_BOOLEAN("ignore_repeated_errors",   "0",    PHP_INI_ALL,            OnUpdateBool,                   ignore_repeated_errors, php_core_globals,       core_globals)
        STD_PHP_INI_BOOLEAN("ignore_repeated_source",   "0",    PHP_INI_ALL,            OnUpdateBool,                   ignore_repeated_source, php_core_globals,       core_globals)
-       STD_PHP_INI_BOOLEAN("report_memleaks",          "1",            PHP_INI_SYSTEM,         OnUpdateBool,                   report_memleaks,                php_core_globals,       core_globals)
+       STD_PHP_INI_BOOLEAN("report_memleaks",          "1",            PHP_INI_ALL,            OnUpdateBool,                   report_memleaks,                php_core_globals,       core_globals)
        STD_PHP_INI_BOOLEAN("magic_quotes_gpc",         "1",            PHP_INI_PERDIR|PHP_INI_SYSTEM,  OnUpdateBool,   magic_quotes_gpc,               php_core_globals,       core_globals)
        STD_PHP_INI_BOOLEAN("magic_quotes_runtime",     "0",            PHP_INI_ALL,            OnUpdateBool,                   magic_quotes_runtime,   php_core_globals,       core_globals)
        STD_PHP_INI_BOOLEAN("magic_quotes_sybase",      "0",            PHP_INI_ALL,            OnUpdateBool,                   magic_quotes_sybase,    php_core_globals,       core_globals)