You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/06/12 23:48:28 UTC

DO NOT REPLY [Bug 9821] New: - PHP... $QUERY_STRING is always empty (with GET)

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: bugs@httpd.apache.org
        ReportedBy: mommsen@focusit.de


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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org