Re: [PHP-INST] Problem parsing args in 4.2.3

2002-09-06 Thread Lou Picciano / Essex Systems
Mike, I've run into similar concerns while debugging my own php code; I'm relatively new to php, so can't offer much help as to 'what changed as of which version', but... One thing I have run into already while debugging: php parses the _entire_ script before attempting to execute it. So, as I

Re: [PHP-INST] Problem parsing args in 4.2.3

2002-09-06 Thread Chris Hewitt
Mike Carter wrote: >"show.php?thePhoto=test.jpg" in a browser (with the correct url preceeding >the script name). So, it appears PHP is never parsing the argv, or something >major has changed between 4.05 and 4.23 where my test has to be re-written. > The release notes for PHP will indicate that

Re: [PHP-INST] Problem parsing args in 4.2.3

2002-09-06 Thread Rasmus Lerdorf
Turn on register_globals in your php.ini file. On Fri, 6 Sep 2002, Mike Carter wrote: > Hello. > I've installed 4.2.3 on Apache 1.3.26 running on an Sun Ultra 1 with Solaris > 9. > > I have a script I wrote a while back that has worked fine on PHP 4.0.5 on my > current server. The script display