]> granicus.if.org Git - php/commitdiff
- No reason why implicit_flush should not be settable from a script
authorDerick Rethans <derick@php.net>
Wed, 23 Oct 2002 09:31:33 +0000 (09:31 +0000)
committerDerick Rethans <derick@php.net>
Wed, 23 Oct 2002 09:31:33 +0000 (09:31 +0000)
main/main.c

index e5933bcc8b988df92717601a021fae96560c7908..897fab854bb57dd5f90f833fdf5670c8cb6ff97b 100644 (file)
@@ -253,7 +253,7 @@ PHP_INI_BEGIN()
        STD_PHP_INI_ENTRY("xmlrpc_error_number",        "0",            PHP_INI_ALL,            OnUpdateInt,                    xmlrpc_error_number,    php_core_globals,       core_globals)
        STD_PHP_INI_ENTRY("max_input_time",     "0",            PHP_INI_ALL,            OnUpdateInt,                    max_input_time, php_core_globals,       core_globals)
        STD_PHP_INI_BOOLEAN("ignore_user_abort",        "0",            PHP_INI_ALL,            OnUpdateBool,                   ignore_user_abort,              php_core_globals,       core_globals)
-       STD_PHP_INI_BOOLEAN("implicit_flush",           "0",            PHP_INI_PERDIR|PHP_INI_SYSTEM,OnUpdateBool,     implicit_flush,                 php_core_globals,       core_globals)
+       STD_PHP_INI_BOOLEAN("implicit_flush",           "0",            PHP_INI_ALL,            OnUpdateBool,                   implicit_flush,                 php_core_globals,       core_globals)
        STD_PHP_INI_BOOLEAN("log_errors",                       "0",            PHP_INI_ALL,            OnUpdateBool,                   log_errors,                             php_core_globals,       core_globals)
        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)