summaryrefslogtreecommitdiff
path: root/sapi/cli
Commit message (Expand)AuthorAgeFilesLines
* Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-3/+3
* Fixed Bug #55423(cli-server could not output correctly in some case)Xinchen Hui2011-09-071-1/+1
* add friendly log messages (req #55109)Arpad Ray2011-08-292-15/+170
* Update log, marking 5.4 and trunk as XFAIL due to bug #55496Christopher Jones2011-08-231-7/+29
* Added _SERVER[SERVER_SOFTWARE] for built-in serverXinchen Hui2011-08-221-0/+6
* Fixed #55463 (cli-server missing _SERVER[REMOTE_ADDR])Xinchen Hui2011-08-221-0/+14
* - undefine CALLBACK (btw, generic names like that should be avoided, w/o pref...Pierre Joye2011-08-191-1/+3
* - fix buildPierre Joye2011-08-191-0/+2
* Fixed typo when syncing changes to branchXinchen Hui2011-08-191-1/+1
* Fixed #55450 (Built in web server not accepting file uploads), which might br...Xinchen Hui2011-08-191-6/+4
* Fixed #55457 for 5.4 branchXinchen Hui2011-08-191-1/+1
* - do not use 64bit integer instead of size_t (can't be alloc'ed), or when the...Pierre Joye2011-08-182-6/+6
* - WSPierre Joye2011-08-171-2/+2
* - use provided stdint.h and avoid double definitionsPierre Joye2011-08-171-11/+1
* Prevented the warning about truncate int to charXinchen Hui2011-08-081-1/+1
* Fix more signed 1-bit bitfield, and let's use strlcpy/strlcat instead for theseRasmus Lerdorf2011-08-071-3/+3
* Signed 1-bit bitfields make no senseRasmus Lerdorf2011-08-071-1/+1
* Avoid a potential double-free hereRasmus Lerdorf2011-08-061-0/+1
* Fix #55121 Segfault with multipart/form-data POSTFlorian Anderiasch2011-07-251-1/+2
* - Give index.php a precedence over index.html. Patch by davidc.Moriyoshi Koizumi2011-07-231-1/+1
* - Show PHP_VERSION in the banner. Suggested by Chris and others.Moriyoshi Koizumi2011-07-211-2/+2
* Fixed bug #55071. Maybe a bit overkill?Moriyoshi Koizumi2011-07-201-1/+13
* - Better error handling.Moriyoshi Koizumi2011-07-201-8/+13
* - Fixed bug #55073 (PHP-CLI-webserver does not listen on ipv6 interfaces), le...Moriyoshi Koizumi2011-07-201-11/+27
* - Fixed bug #55107 (Null bytes in URL cause insecure behavior (code execution...Moriyoshi Koizumi2011-07-191-0/+11
* - Buffers are local to the blocks where they belong.Moriyoshi Koizumi2011-07-191-7/+6
* - Print HTTP method as well in the log.Moriyoshi Koizumi2011-07-191-7/+9
* - Fixed bug #55076 (requires() fails in a subdirectory with the in-built webs...Felipe Pena2011-07-061-0/+5
* - Fixed bug #55118 (Imcomplete start message)Felipe Pena2011-07-031-1/+9
* - Reverted php_printf -> printf changeFelipe Pena2011-07-011-2/+2
* Updated name to 'PHP Development Server', and CTRL-C to Ctrl-C, as per PHP bu...Philip Olson2011-06-301-1/+1
* correct error message for a missing document root in the cli webserverDavid Soria Parra2011-06-291-1/+1
* fix #55072 in-built web server needs to check -t option is a directoryDavid Soria Parra2011-06-291-0/+8
* - Fixed crash on invalid addr:port (Chris Jones, Felipe)Felipe Pena2011-06-271-3/+12
* - Fixed crash when using -e optionFelipe Pena2011-06-251-2/+7
* - Fixed crash when calling sapi_shutdown() and sapi hasn't been startedFelipe Pena2011-06-251-2/+5
* - Fixed crash when zend_eval_string bailouts (-r 'a();')Felipe Pena2011-06-251-404/+407
* - reflection is always enabledPierre Joye2011-06-251-11/+0
* - Fixed layout. Tabs on the terminal don't align nicely in most cases.Derick Rethans2011-06-251-33/+33
* - fix buildPierre Joye2011-06-211-2/+2
* - Fix memleak on `php -v'Felipe Pena2011-06-211-0/+1
* - Fixed hardcoded INIFelipe Pena2011-06-201-1/+1
* - Add built-in web server to CLI SAPI. See the RFC for detail.Moriyoshi Koizumi2011-06-207-618/+4554
* Fixed bug #52496 (Zero exit code on option parsing failure).Ilia Alshanetsky2011-05-301-1/+1
* # Fix phptPierrick Charron2011-05-051-1/+1
* fix CLI tests failing because of new OB APIAntony Dovgal2011-05-046-29/+29
* -not needed, buildconf helps...Pierre Joye2011-02-222-473/+0
* - missing filesPierre Joye2011-02-222-0/+473
* Declare vars first. Fix Windows build.Johannes Schlüter2011-02-221-2/+2
* - Fixed buildFelipe Pena2011-02-191-1/+1