Hello,

Sunday, April 4, 2004, 1:17:53 AM, you wrote:

n>   Why i cann't change register_globals value with ini_set()?

Because it's a system level configuration value - you cannot change it
in your scripts.

register_globals supports PHP_INI_PERDIR and PHP_INI_SYSTEM - meaning
it can only be changed in the php.ini file or an htaccess file.

-- 
Best regards,
 Richard Davey
 http://www.phpcommunity.org/wiki/296.html

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

Reply via email to