Web Hosting Talk







View Full Version : PHP 4.2 and register_globals


Woody
04-23-2002, 06:20 PM
With the release of PHP 4.2, register_globals is now off by default. It is a great move for PHP and should help improve the quality and security of PHP scripts in general. But, many of the PHP scripts required register_globals on to work..

So, My question to you host: Are you going to set register_globals on in php.ini or force your clients to modofy their scripts?

Woody
04-23-2002, 06:29 PM
Hrm, Just figured outt hat if you are upgrade to 4.2 then register_globals is still on by default. It is only off on new installs or if you disable it in the php.ini file.