jani            Fri Aug 31 08:35:07 2007 UTC

  Modified files:              
    /php-src/main       main.c 
  Log:
  ws
  
http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.745&r2=1.746&diff_format=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.745 php-src/main/main.c:1.746
--- php-src/main/main.c:1.745   Tue Aug 28 12:12:02 2007
+++ php-src/main/main.c Fri Aug 31 08:35:07 2007
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: main.c,v 1.745 2007/08/28 12:12:02 derick Exp $ */
+/* $Id: main.c,v 1.746 2007/08/31 08:35:07 jani Exp $ */
 
 /* {{{ includes
  */
@@ -528,12 +528,12 @@
        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()
 /* }}} */
 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to