PDA

View Full Version : PHP.ini


bruce
04-02-2004, 04:56 AM
Register_Global is disabled because of potential security issue.

PHP recommend disabling this feature and PHP distro set this to default off.


[b]quote:Originally posted by Deep Canyon

I am working on a script that requires the php.ini file to have register_globals enabled, I checked the php.ini on the server by running <? phpinfo(); ?> which says register_globals is disabled. Is there a way to turn it on?
Thanks,
Andrew Maynard
</blockquote id="quote"></font id="quote">

Deep Canyon
04-02-2004, 10:57 AM
I am working on a script that requires the php.ini file to have register_globals enabled, I checked the php.ini on the server by running <? phpinfo(); ?> which says register_globals is disabled. Is there a way to turn it on?
Thanks,
Andrew Maynard