pollita Wed Jan 28 19:09:27 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/main main.c Log: This should not have been an INI_ALL directive. http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.512.2.51&r2=1.512.2.52&ty=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.512.2.51 php-src/main/main.c:1.512.2.52 --- php-src/main/main.c:1.512.2.51 Wed Dec 24 11:43:23 2003 +++ php-src/main/main.c Wed Jan 28 19:09:26 2004 @@ -18,7 +18,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: main.c,v 1.512.2.51 2003/12/24 16:43:23 iliaa Exp $ */ +/* $Id: main.c,v 1.512.2.52 2004/01/29 00:09:26 pollita Exp $ */ /* {{{ includes */ @@ -360,7 +360,7 @@ 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()
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php