|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-02-13 08:15 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 27 05:00:01 2025 UTC |
Description: ------------ Problem: PATH_INFO is enabled by default in apache 1.3, but php 4.3.4 CGI doesn't pick it up correctly. environment: Winbook Z1 notebook, windows 2000, apache 1.3, php 4.3.4 CGI. test script - foo.php: <? echo "<br/><br/>PATH_INFO: " . $_ENV['PATH_INFO']; ?> test URL - http://localhost/foo.php : got: PATH_INFO: /foo.php expected: <empty> test URL - http://localhost/foo.php/bar : got: No input file specified. expected: /bar