Found the problem ... this has been changed in 4.2.1. You have to change your php.ini to register_globals = On or change your code if you are porting between versions.
Here is the documentation if somebody else is hunting for the same issue
http://bugs.php.net/bug.php?id=17191