Gossamer Forum
Home : General : Internet Technologies :

PHP: changing php.ini to register_globals = On. Should I restart the server?

Quote Reply
PHP: changing php.ini to register_globals = On. Should I restart the server?
Hi All

Trying a script that calls for register_globals = On in php.ini

Default is register_globals = Off. So, I made the change and uploaded the updated php.ini file.

However, the script is saying that register_globals is still Off

Do I need to restart the server for the new register_globals = On to be recognized?

Thanks very much Smile

------------------------------------------
Quote Reply
Re: [DogTags] PHP: changing php.ini to register_globals = On. Should I restart the server? In reply to
You willl probably need a reboot. php.ini is loaded on startup I believe.

Hope that helps.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] PHP: changing php.ini to register_globals = On. Should I restart the server? In reply to
That's what I thought.

Thanks, And Smile

------------------------------------------