]> granicus.if.org Git - php/commit
Fixed bug #60112 If URI does not contain a file, index.php is not served
authorXinchen Hui <laruence@php.net>
Sun, 23 Oct 2011 02:54:06 +0000 (02:54 +0000)
committerXinchen Hui <laruence@php.net>
Sun, 23 Oct 2011 02:54:06 +0000 (02:54 +0000)
commitcd216d38bed46f6a922f84314dbb7dae870f46f1
tree342bf02a1dbd1c5a1e07621cecd80e6da0920b66
parentc67c8cb96508001d455b1d0036de360f19ec566d
Fixed bug #60112 If URI does not contain a file, index.php is not served
This is a windows Issue.
and after this fix, previously 404 request like "localhost/foo/bar"
now could server correctly with request_uri "index.php" and PATH_INFO "/foo/bar/"
sapi/cli/php_cli_server.c