[nycphp-talk] PHP Versions and GLOBALS
Benjamin Stiglitz
ben at tanjero.com
Thu Jun 20 12:35:32 EDT 2002
The register_globals setting in php.ini is no longer on by default in
PHP 4.0.6+, as it poses a security risk.
See http://www.php.net/manual/en/security.registerglobals.php
Thank you,
Benjamin Stiglitz
Tanjero
ben at tanjero.com
On Thursday, June 20, 2002, at 09:43 AM, Jeremy Hise wrote:
> Hi All:
>
> I have an app that runs fine on php4.0.4 but acts all funky on php4.0.6.
> Places in .4 that use $GLOBALS[varname] suddenly require that I do
> $GLOBALS[HTTP_POST_VARS][varname].
>
> I think I remember something about this but I'm not sure and I can't
> really find anything on the php site.
>
> Do any of you know what the story is with regards to how GLOBALS work
> between these versions?
>
> Thank you!
>
> Jeremy
>
>
>
>
>
>
>
More information about the talk
mailing list