ID: 10128
Updated by: torben
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Bogus
Bug Type: IIS related
Assigned To: 
Comments:

No, it probably just means that you don't have the register_globals
option turned on. See the manual for more information:

http://www.php.net/manual/en/configuration.php#ini.register-globals

By the way, you should also check out:

  http://www.php.net/support.php

for information on asking questions about PHP; there are a lot of
bug reports and it helps if people ask to find out whether it really
might be a bug before reporting it as one.



Previous Comments:
---------------------------------------------------------------------------

[2001-04-03 00:39:36] [EMAIL PROTECTED]
On Unix, I don't need to declare variables.  With IIS, I try to check if a 
QUERY_STRING variables exists, with "if ($x != "") { echo $x; }".  It works fine on 
Unix, but with IIS, it says that $x is not defined.

I could check if it exists under the HTTP_GET_ variables ... but I don't want to go 
through that hassle.  Is this a bug with IIS? 

---------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10128&edit=2


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to