You guys aren't the only ones who have to deal with the reprocussions
of changing the register_globals default... 

(I've already sent the reporter in the right direction and closed
this bug, but something tells me this won't be the last time we hear
about this.)

-aaron


----- Forwarded message from [EMAIL PROTECTED] -----

From: [EMAIL PROTECTED]
Subject: DO NOT REPLY [Bug 9821] New:  - 
    PHP... $QUERY_STRING  is always empty (with GET)
To: [EMAIL PROTECTED]
Cc: 
Date: 12 Jun 2002 21:48:28 -0000
Reply-To: "Apache HTTPD Bugs Notification List" <[EMAIL PROTECTED]>

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9821>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9821

PHP... $QUERY_STRING  is always empty (with GET)

           Summary: PHP... $QUERY_STRING  is always empty (with GET)
           Product: Apache httpd-1.3
           Version: 1.3.24
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Major
          Priority: Other
         Component: Other
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I just installed new v.1.3.24 with PHP 4.2.1 (as DSO..) and wondered why my 
scripts behaved quiet strange...

Example :
fetch_pic.php?nr=1
I added a line 
  echo "QUERY_STRING=".htmlentities($QUERY_STRING)."!<br>";
which produced 
QUERY_STRING=!
since PHPMyAdmin works I suppose its a problem only with GET method,not POST.

I dont know by now if maybe PHP is broken... but hopefully there will be some 
others with similar problems :-(

Thanx

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

----- End forwarded message -----

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to