History log of /PHP-7.1/sapi/cli/php_cli_server.c (Results 151 – 175 of 231)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.3.9RC2, php-5.4.0RC2
# f8503b43 15-Nov-2011 Xinchen Hui

Fixed bug #60159 (Router returns false, but POST is not passed to requested
resource) and bug #55759 (mem leak when use built-in server)


# f8386e34 15-Nov-2011 Xinchen Hui

Fixed bug #60159 (Router returns false, but POST is not passed to requested
resource) and bug #55759 (mem leak when use built-in server)


Revision tags: php-5.4.0RC1, php-5.3.9RC1
# bba44800 01-Nov-2011 Xinchen Hui

Fixed bug #60189 (php logo can not be displayed)


# ceac9dc4 01-Nov-2011 Xinchen Hui

Fixed bug #60189 (php logo can not be displayed)


# c0402915 01-Nov-2011 Xinchen Hui

Fixed Bug #60180 ($_SERVER["PHP_SELF"] incorrect)


# ac789e0b 01-Nov-2011 Xinchen Hui

Fixed Bug #60180 ($_SERVER["PHP_SELF"] incorrect)


# 091f279e 29-Oct-2011 Xinchen Hui

Fixed bug #60146 (Last 2 lines of page not being output)


# 62270fef 29-Oct-2011 Xinchen Hui

Fixed bug #60146 (Last 2 lines of page not being output)


# 08d37271 24-Oct-2011 Xinchen Hui

A better fix, sorry for previous thoughtlessness commit.


# c0c0c7c7 24-Oct-2011 Xinchen Hui

A better fix, sorry for previous thoughtlessness commit.


# d8911efb 24-Oct-2011 Xinchen Hui

Fixed PATH_INFO of /index.php/foo/bar


# 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)


12345678910