php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17742 QUERY_STRING not passed
Submitted: 2002-06-13 08:24 UTC Modified: 2002-06-13 09:41 UTC
From: mommsen at focusit dot de Assigned:
Status: Not a bug Package: Apache related
PHP Version: 4.2.1 OS: suse linux 7.3
Private report: No CVE-ID: None
 [2002-06-13 08:24 UTC] mommsen at focusit dot de
QUERY_STRING simply holds no data with version 4.2.1,
after I tried 4.1.2 everything worked fine....

I used the -with-apxs kind of installation on 1.3.24 and apxs2 on 2.0.36 of Apache... no difference

problem example :
test.php?thisshouldbepassed=1

echo "-".$QUERY_STRING."-"; 
-> --

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-13 08:29 UTC] cynic@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. Because of this, we hope you add your comments
to the original bug instead.

Thank you for your interest in PHP.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Jun 26 14:01:32 2024 UTC