]> granicus.if.org Git - php/commitdiff
ws
authorJani Taskinen <jani@php.net>
Fri, 31 Aug 2007 08:35:07 +0000 (08:35 +0000)
committerJani Taskinen <jani@php.net>
Fri, 31 Aug 2007 08:35:07 +0000 (08:35 +0000)
main/main.c

index d3250d9f33864611fa9eaf5826280894cae97a22..cc029d42c43fbcde74e889b1e5631404a2aa2e59 100644 (file)
@@ -528,12 +528,12 @@ 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,            OnUpdateAllowUrl,                       allow_url_fopen_list,                   php_core_globals,       core_globals)
-       STD_PHP_INI_BOOLEAN("allow_url_include",                "0",            PHP_INI_ALL,            OnUpdateAllowUrl,                       allow_url_include_list,          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)
-       STD_PHP_INI_ENTRY("realpath_cache_size", "16K", PHP_INI_SYSTEM, OnUpdateLong, realpath_cache_size_limit, virtual_cwd_globals, cwd_globals)
-       STD_PHP_INI_ENTRY("realpath_cache_ttl", "120", PHP_INI_SYSTEM, OnUpdateLong, realpath_cache_ttl, virtual_cwd_globals, cwd_globals)
+       STD_PHP_INI_BOOLEAN("allow_url_fopen",          "1",            PHP_INI_ALL,            OnUpdateAllowUrl,       allow_url_fopen_list,   php_core_globals,       core_globals)
+       STD_PHP_INI_BOOLEAN("allow_url_include",        "0",            PHP_INI_ALL,            OnUpdateAllowUrl,       allow_url_include_list, 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)
 
+       STD_PHP_INI_ENTRY("realpath_cache_size",        "16K",          PHP_INI_SYSTEM,         OnUpdateLong,   realpath_cache_size_limit,      virtual_cwd_globals,    cwd_globals)
+       STD_PHP_INI_ENTRY("realpath_cache_ttl",         "120",          PHP_INI_SYSTEM,         OnUpdateLong,   realpath_cache_ttl,                     virtual_cwd_globals,    cwd_globals)
 PHP_INI_END()
 /* }}} */