History log of /PHP-5.5/sapi/cli/php_cli_server.c (Results 76 – 100 of 145)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# f216bce2 24-Oct-2011 Xinchen Hui

Fixed PATH_INFO of /index.php/foo/bar


# 0f178b77 23-Oct-2011 Xinchen Hui

fix memory leak


# a6bc3f6c 23-Oct-2011 Xinchen Hui

fix memory leak


# cd216d38 23-Oct-2011 Xinchen Hui

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 corr

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/"

show more ...


# 8d467563 23-Oct-2011 Xinchen Hui

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 corr

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/"

show more ...


# 2cf34bc9 21-Oct-2011 Moriyoshi Koizumi

Add SERVER_PROTOCOL variable to $_SERVER. Patch by kuzuha. Thanks.


# c34ef627 21-Oct-2011 Moriyoshi Koizumi

Add SERVER_PROTOCOL variable to $_SERVER. Patch by kuzuha. Thanks.


Revision tags: php-5.4.0beta2
# 75f721f4 21-Sep-2011 Xinchen Hui

Fixed bug #55755 (SegFault when outputting header WWW-Authenticate)


# d603d053 21-Sep-2011 Xinchen Hui

Fixed bug #55755 (SegFault when outputting header WWW-Authenticate)


# 8c161dcd 21-Sep-2011 Xinchen Hui

Remove double checking, and use MAXPATHLEN instead of a fixed length


# c83594cd 21-Sep-2011 Xinchen Hui

Remove double checking, and use MAXPATHLEN instead of a fixed length


# f0e38127 21-Sep-2011 Xinchen Hui

Change to a more appropriate name


# f3aa34a9 21-Sep-2011 Xinchen Hui

Change to a more appropriate name


# 86a48c6c 21-Sep-2011 Xinchen Hui

Fixed bug #55747 (request headers missed in $_SERVER)


# 82be5fcc 21-Sep-2011 Xinchen Hui

Fixed bug #55747 (request headers missed in $_SERVER)


# eb233a26 20-Sep-2011 Xinchen Hui

Fix Bug #55726 (Changing the working directory makes router script inaccessible)


# 5dbf73a8 20-Sep-2011 Xinchen Hui

Fix Bug #55726 (Changing the working directory makes router script inaccessible)


# 3aa8140e 20-Sep-2011 Xinchen Hui

Fix folder


# 6bd69354 20-Sep-2011 Xinchen Hui

Fix folder


Revision tags: php-5.4.0beta1
# 66bcb34b 07-Sep-2011 Xinchen Hui

Fixed Bug #55423(cli-server could not output correctly in some case)


# 0b16d133 07-Sep-2011 Xinchen Hui

Fixed Bug #55423(cli-server could not output correctly in some case)


Revision tags: yaf-2.1.0
# 8590f258 29-Aug-2011 Arpad Ray

add friendly log messages (req #55109)


# 88e36378 29-Aug-2011 Arpad Ray

add friendly log messages (req #55109)


Revision tags: php-5.3.8
# f7c6c67d 22-Aug-2011 Xinchen Hui

Added _SERVER[SERVER_SOFTWARE] for built-in server


# bbf96ebe 22-Aug-2011 Xinchen Hui

Added _SERVER[SERVER_SOFTWARE] for built-in server


123456