php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13836 With Apache multiview support, $HTTP_GET_VARS always NULL
Submitted: 2001-10-26 07:41 UTC Modified: 2001-10-26 08:17 UTC
From: dzy at myrealbox dot com Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.6 OS: Windows 2000
Private report: No CVE-ID: None
 [2001-10-26 07:41 UTC] dzy at myrealbox dot com
PHP 4.0.6 WIN32 precompiled binary
Apache 1.3.22 WIN32 precompiled binary
Apache has content negotiation (multiview) enabled

test script: test.php <?php var_dump($HTTP_GET_VARS); ?>

if I access the file via

http://localhost/test.php?i=1, it works

but if I use

http://localhost/test?i=1, $HTTP_GET_VARS becomes null

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-26 08:09 UTC] edink@php.net
Already reported (and probably Apache bug):

http://bugs.apache.org/index.cgi/full/8582
http://bugs.php.net/bug.php?id=13704
 [2001-10-26 08:17 UTC] sniper@php.net
This indeed is Apache bug. I can reproduce this with Apache 1.3.22.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 12:01:27 2024 UTC