]> granicus.if.org Git - php/commitdiff
This should not have been an INI_ALL directive.
authorSara Golemon <pollita@php.net>
Thu, 29 Jan 2004 00:09:26 +0000 (00:09 +0000)
committerSara Golemon <pollita@php.net>
Thu, 29 Jan 2004 00:09:26 +0000 (00:09 +0000)
main/main.c

index a8eb6e9fae533c2e345a3b43d62e17dc3b366ca1..1a00965e448098117b3b0c1f053a3171bcc3d443 100644 (file)
@@ -360,7 +360,7 @@ PHP_INI_BEGIN()
        PHP_INI_ENTRY("disable_functions",                      "",                     PHP_INI_SYSTEM,         NULL)
        PHP_INI_ENTRY("disable_classes",                        "",                     PHP_INI_SYSTEM,         NULL)
 
-       STD_PHP_INI_BOOLEAN("allow_url_fopen",          "1",            PHP_INI_ALL,            OnUpdateBool,                   allow_url_fopen,                        php_core_globals,       core_globals)
+       STD_PHP_INI_BOOLEAN("allow_url_fopen",          "1",            PHP_INI_SYSTEM,         OnUpdateBool,                   allow_url_fopen,                        php_core_globals,       core_globals)
        STD_PHP_INI_BOOLEAN("always_populate_raw_post_data",            "0",            PHP_INI_SYSTEM|PHP_INI_PERDIR,          OnUpdateBool,                   always_populate_raw_post_data,                  php_core_globals,       core_globals)
 
 PHP_INI_END()