View Single Post
Old 02-17-2005, 04:37 AM   #2
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
http://www.php.net/manual/en/ini.php#ini.list
Code:
Name                Default     Changeable         Changelog
allow_url_fopen     "1"         PHP_INI_SYSTEM     PHP_INI_ALL in PHP <= 4.3.4.
                                                   Available since PHP 4.0.4.
Constant           Value     Meaning
PHP_INI_USER       1         Entry can be set in user scripts
PHP_INI_PERDIR     2         Entry can be set in php.ini, .htaccess or httpd.conf
PHP_INI_SYSTEM     4         Entry can be set in php.ini or httpd.conf
PHP_INI_ALL        7         Entry can be set anywhere
So, it depends on the version of PHP...
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension.
Charter is offline   Reply With Quote