History log of /PHP-5.5/sapi/cli/php_cli_server.c (Results 26 – 50 of 145)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.5.0alpha3, php-5.3.21RC1, php-5.4.11RC1
# a666285b 01-Jan-2013 Xinchen Hui

Happy New Year


# 0a7395e0 01-Jan-2013 Xinchen Hui

Happy New Year


Revision tags: php-5.3.20, php-5.4.10, php-5.5.0alpha2
# e5b1ebc0 11-Dec-2012 pascalc

update list of common Mime Types in PHP development server to support Web audio/video formats (Webm ,and Ogg containers) + have jpeg mime types listed together


Revision tags: php-5.3.20RC1, php-5.4.10RC1, php-5.3.19, php-5.4.9, php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1, php-5.3.18, php-5.4.8
# ea441bd0 10-Oct-2012 Xinchen Hui

Implemented FR #63242 (Default error page in PHP built-in web server uses outdated html/css)


Revision tags: php-5.3.18RC1, php-5.4.8RC1, php-5.3.17
# 27542db4 12-Sep-2012 Niklas Lindgren

Respond with 501 to unknown request methods

Fixed typo

Moved 501 response from dispatch to event_read_request

Return return value of send_error_page


Revision tags: php-5.4.7, php-5.4.7RC1, php-5.3.16, php-5.4.6, php-5.4.6RC1
# 0988ae3c 31-Jul-2012 Xinchen Hui

Implemented FR #62700 (have the console output 'Listening on http://localhost:8000')


# a88eca53 22-Jul-2012 Xinchen Hui

Improve error message for ssl request


Revision tags: php-5.4.5
# d12f8d67 14-Jul-2012 Andrew Faulds

Removed Logo GUIDs and replaced with Data URIs and div hidden with JS

- removed php_logo_guid()
- removed php_egg_logo_guid()
- removed php_real_logo_guid()
- removed zend_logo_g

Removed Logo GUIDs and replaced with Data URIs and div hidden with JS

- removed php_logo_guid()
- removed php_egg_logo_guid()
- removed php_real_logo_guid()
- removed zend_logo_guid()
- removed logo GUID handling
- removed logo GUIDs from source
- added logo data URIs instead for phpinfo()
- added credits to phpinfo() page, but hidden by default

show more ...


Revision tags: php-5.3.15, php-5.3.15RC1, php-5.4.5RC1
# 11a202ef 15-Jun-2012 stealth35

Fix potential leak in cli server


Revision tags: php-5.3.14, php-5.4.4, php-5.3.14RC2, php-5.4.4RC2, php-5.3.14RC1, php-5.4.4RC1
# 1e60d0c1 09-May-2012 Xinchen Hui

Implemented FR #61977 (Need CLI web-server support for files with .htm & svg extensions)


# 2cb0ed13 08-May-2012 David Soria Parra

Typo


Revision tags: php-5.3.13, php-5.4.3
# ad3a42c2 06-May-2012 Xinchen Hui

correct variable name


Revision tags: php-5.4.2, php-5.3.12, php-5.3.11, php-5.4.1
# b999e91f 21-Apr-2012 Xinchen Hui

Make css string constant


# cc58373d 20-Apr-2012 Xinchen Hui

Improved performance while sending error page

this also fixed bug #61785 (Memory leak when access a non-exists file without router)


Revision tags: php-5.3.11RC2, php-5.4.1RC2, php-5.3.11RC1, php-5.4.1RC1, PHP-5.4.1-RC1
# 9dcfb8c7 21-Mar-2012 Ilia Alshanetsky

Fixed bug #61461 (missing checks around malloc() calls).


# 4ff11268 11-Mar-2012 Xinchen Hui

Implemented FR #60850 (Built in web server does not set $_SERVER['SCRIPT_FILENAME'] when using router)


# 40cd3d54 11-Mar-2012 Xinchen Hui

Implemented FR #60850 (Built in web server does not set $_SERVER['SCRIPT_FILENAME'] when using router)


# 024420e9 11-Mar-2012 Xinchen Hui

Add Moriyoshi Koizumi and I to the cli SAPI credits


# 0d076c3c 11-Mar-2012 Xinchen Hui

Add Moriyoshi Koizumi and I to the cli SAPI credits


# 16748fe0 02-Mar-2012 Rasmus Lerdorf

CLI Server was sending "Connection: closed" instead of "Connection: close"


Revision tags: php-5.4.0, php-5.4.0RC8
# 6af0bdc2 05-Feb-2012 Gustavo André dos Santos Lopes

- Connection: close, not "closed".


Revision tags: php-5.3.10, php-5.4.0RC7
# 7aedbed5 31-Jan-2012 Michael Wallner

fix usage of php_output_(de)activate; I guess this code doesn't bother about one more hack;


# 93c54991 31-Jan-2012 Michael Wallner

fix usage of php_output_(de)activate; I guess this code doesn't bother about one more hack;


# c64a69c8 31-Jan-2012 Michael Wallner

MFH: r322963

fix headers print to stdout/stderr if no output written;
fix crashes and invalid usage of output control in cli server while passing by


# 29c8658d 31-Jan-2012 Michael Wallner

fix headers print to stdout/stderr if no output written; need to make some more testsbefore committing to PHP_5_4; fix crashes and invalid usage of output control in cli server while passing by


123456