Scott McAnally wrote: > I am relatively new to PHP, but I have a problem that no one else has talk > about, so I'm guessing it's something simple. > I'm running PHP on WinXP (with IIS). I upgraded from PHP 4.1.2 to PHP 4.2, > and now all of of my scripts that use the variable PHP_SELF do not work. > Undefined variable. > I figured I had done something wrong, but when I uninstalled PHP 4.2 and > reinstalled 4.1.2 all of my scripts worked again. > Scratch, scratch. Please help. > Scott > >
Read NEWS file when you upgrade anything at least... It's mentioned in NEWS file. register_globals=Off by default from 4.2.0 -- Yasuo Ohgaki -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php