Re: registered globals on localhost (apache)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Feb 22, 2007 at 01:40:53PM -0000, Ross wrote:
> I have my RG's switched off in my local .ini but I am tinkering about with 
> oscommerce.
> 
> php_value register_globals on
> 
> I tried to change add this line to the .htaccess file in the catalog folder 
> but still gives the error
> 
> 
> Server Requirement Error: register_globals is disabled in your PHP 
> configuration. This can be enabled in your php.ini configuration file or in 
> the .htaccess file in your catalog directory.
> 
> 
> Can I change the RG settings in tis way on my localhost?


http://php.net/manual/en/ini.php#ini.list
Below you can find a table explaining the PHP_INI_*-values.

Also you should use php_flag to set a boolean configuration directive.
http://php.net/manual/en/configuration.changes.php#configuration.changes.apache

-- 
Steffen

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux