History log of /PHP-5.4/sapi/cli/php_cli_server.c (Results 51 – 75 of 79)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 82be5fcc 21-Sep-2011 Xinchen Hui

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


# 5dbf73a8 20-Sep-2011 Xinchen Hui

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


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


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

add friendly log messages (req #55109)


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

Added _SERVER[SERVER_SOFTWARE] for built-in server


# ef0e483b 22-Aug-2011 Xinchen Hui

Fixed #55463 (cli-server missing _SERVER[REMOTE_ADDR])


# 36bfb46c 19-Aug-2011 Xinchen Hui

Fixed typo when syncing changes to branch


# c296c914 19-Aug-2011 Xinchen Hui

Fixed #55450 (Built in web server not accepting file uploads), which might break #55121 fixing(r313677)
Reopened #55121 to let somebody redone the fixing(as I can't reproduce 55121 in redhat 64-b

Fixed #55450 (Built in web server not accepting file uploads), which might break #55121 fixing(r313677)
Reopened #55121 to let somebody redone the fixing(as I can't reproduce 55121 in redhat 64-bit).

show more ...


Revision tags: php-5.3.7, php-5.3.7RC5
# d4a716b1 07-Aug-2011 Rasmus Lerdorf

Fix more signed 1-bit bitfield, and let's use strlcpy/strlcat instead for these
static string copies


# 46a484e7 07-Aug-2011 Rasmus Lerdorf

Signed 1-bit bitfields make no sense


# 9eb19ae2 06-Aug-2011 Rasmus Lerdorf

Avoid a potential double-free here


Revision tags: php-5.4.0alpha3, php-5.3.7RC4
# 48ec4ace 25-Jul-2011 Florian Anderiasch

Fix #55121 Segfault with multipart/form-data POST


# 83552304 23-Jul-2011 Moriyoshi Koizumi

- Give index.php a precedence over index.html. Patch by davidc.


# 56c563df 21-Jul-2011 Moriyoshi Koizumi

- Show PHP_VERSION in the banner. Suggested by Chris and others.


# 7907f66e 20-Jul-2011 Moriyoshi Koizumi

Fixed bug #55071. Maybe a bit overkill?


# b0683007 20-Jul-2011 Moriyoshi Koizumi

- Better error handling.


# a07a4af3 20-Jul-2011 Moriyoshi Koizumi

- Fixed bug #55073 (PHP-CLI-webserver does not listen on ipv6 interfaces), letting getaddrinfo(3) validate IPv6 addresses.


# dacd5640 19-Jul-2011 Moriyoshi Koizumi

- Fixed bug #55107 (Null bytes in URL cause insecure behavior (code execution / code disclosure)).


# 6b48551c 19-Jul-2011 Moriyoshi Koizumi

- Buffers are local to the blocks where they belong.


# 29745da3 19-Jul-2011 Moriyoshi Koizumi

- Print HTTP method as well in the log.
- Print response code also when the request is processed by a script.
- Those changes partly closes #55109.


Revision tags: php-5.3.7RC3, php-5.4.0alpha2
# 93776977 06-Jul-2011 Felipe Pena

- Fixed bug #55076 (requires() fails in a subdirectory with the in-built webserver)


# 7711da05 03-Jul-2011 Felipe Pena

- Fixed bug #55118 (Imcomplete start message)


# 18e0f8a4 30-Jun-2011 Philip Olson

Updated name to 'PHP Development Server', and CTRL-C to Ctrl-C, as per PHP bug #55071


Revision tags: php-5.3.7RC2
# c1abc893 29-Jun-2011 David Soria Parra

correct error message for a missing document root in the cli webserver

the document root is always a directory.


1234