php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17109 can't parse QUERYSTRING?
Submitted: 2002-05-09 00:26 UTC Modified: 2002-05-09 06:04 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: gjchen at csie dot nctu dot edu dot tw Assigned:
Status: Not a bug Package: Apache related
PHP Version: 4.2.0 OS: Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: gjchen at csie dot nctu dot edu dot tw
New email:
PHP Version: OS:

 

 [2002-05-09 00:26 UTC] gjchen at csie dot nctu dot edu dot tw
I configured PHP 4.2.0 with the options I used in PHP 4.1.2(my config.nice):
#! /bin/sh
#
# Created by configure

'./configure' \
'--with-mysql' \
'--with-apxs=/var/www/bin/apxs' \
'--with-iconv' \
'--with-gd' \
'--with-jpeg-dir=/usr/lib' \
'--with-png-dir=/usr/lib' \
'--with-zlib-dir=/usr/lib' \
'--enable-sockets' \
"$@"

after restart my apache and found that new version is working but can't parse QUERYSTRING. I viewd phpinfo() the field QUERYSTRING is empty.

And I changed back 4.1.2, it works ok.

thanks.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-09 06:04 UTC] sander@php.net
In PHP 4.2.0, the 'register_globals' setting default changed to
be off. See http://www.php.net/release_4_2_0.php for more info.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 31 12:00:02 2025 UTC