]> granicus.if.org Git - php/commitdiff
@- ignore_user_abort=Off is now default. (Thies)
authorThies C. Arntzen <thies@php.net>
Wed, 31 May 2000 14:02:36 +0000 (14:02 +0000)
committerThies C. Arntzen <thies@php.net>
Wed, 31 May 2000 14:02:36 +0000 (14:02 +0000)
main/main.c

index a8c341acdb434ccb34cfadf7f82f3a0b46f6ebe0..3b82c488bbf5b702c843c1d781ee332b95b63c61 100644 (file)
@@ -201,7 +201,7 @@ PHP_INI_BEGIN()
        STD_PHP_INI_BOOLEAN("error_append_string",      NULL,           PHP_INI_ALL,            OnUpdateString,                 error_append_string,    php_core_globals,       core_globals)
        STD_PHP_INI_BOOLEAN("error_prepend_string",     NULL,           PHP_INI_ALL,            OnUpdateString,                 error_prepend_string,   php_core_globals,       core_globals)
        STD_PHP_INI_BOOLEAN("expose_php",                       "1",            PHP_INI_SYSTEM,         OnUpdateBool,                   expose_php,                             php_core_globals,       core_globals)
-       STD_PHP_INI_BOOLEAN("ignore_user_abort",        "1",            PHP_INI_ALL,            OnUpdateBool,                   ignore_user_abort,              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("log_errors",                       "0",            PHP_INI_ALL,            OnUpdateBool,                   log_errors,                             php_core_globals,       core_globals)
        STD_PHP_INI_BOOLEAN("magic_quotes_gpc",         "1",            PHP_INI_ALL,            OnUpdateBool,                   magic_quotes_gpc,               php_core_globals,       core_globals)