From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.6 PHP Bug Type: Apache related Bug description: With Apache multiview support, $HTTP_GET_VARS always NULL
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 -- Edit bug report at: http://bugs.php.net/?id=13836&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]