I have two machines... the first
IIS 4.0
PHP 4.3.0
The second
Apache 2.0.44
PHP 4.3.1
Running the same script... I'm porting the IIS machine over to Apache...
and one of my php functions says
if (isset($_SERVER["QUERY_STRING"])) {
...
}
On the IIS/4.3.0 box this behaves as expected...
On the Apache box this always returns true, even when the query_string is clearly blank... in fact part of this function displays the query string, and it's blank there too.
Anyone know about this, have experience with it? Is it part of the experimental support for Apache 2? Am implementing a hack workaround... but was hoping there's a better way.
Thanks,
Rob
IIS 4.0
PHP 4.3.0
The second
Apache 2.0.44
PHP 4.3.1
Running the same script... I'm porting the IIS machine over to Apache...
and one of my php functions says
if (isset($_SERVER["QUERY_STRING"])) {
...
}
On the IIS/4.3.0 box this behaves as expected...
On the Apache box this always returns true, even when the query_string is clearly blank... in fact part of this function displays the query string, and it's blank there too.
Anyone know about this, have experience with it? Is it part of the experimental support for Apache 2? Am implementing a hack workaround... but was hoping there's a better way.
Thanks,
Rob