summaryrefslogtreecommitdiff
path: root/sapi/cli
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2012-01-013-4/+4
* test for bug 60591Xinchen Hui2011-12-221-0/+46
* Fix bug #60591 (Memory leak when access a non-exists file)Xinchen Hui2011-12-221-7/+35
* Fixed bug #60523 (PHP Errors are not reported in browsers using built-in SAPI)Xinchen Hui2011-12-162-0/+50
* add $_SERVER["SERVER_NAME"] since it's handyXinchen Hui2011-12-092-1/+4
* fix memory leakXinchen Hui2011-12-091-0/+1
* Fixed bug #60477 (Segfault after two multipart/form-data POST requests)Xinchen Hui2011-12-092-0/+77
* - implement FR #60390, SERVER_PORT missingPierre Joye2011-11-251-0/+6
* Don't load php.ini file to test the built-in web serverPierrick Charron2011-11-181-2/+2
* revert my previous change, tests hangs on windowsXinchen Hui2011-11-171-17/+7
* improve the test, let it say about errorsXinchen Hui2011-11-171-7/+17
* MFH, fix testXinchen Hui2011-11-151-1/+3
* Fixed bug #60159 (Router returns false, but POST is not passed to requestedXinchen Hui2011-11-153-59/+220
* - fix bug #60272, typoPierre Joye2011-11-111-1/+1
* broaden php version wildcard in cli server tests (missed a few)Peter Cowburn2011-11-112-2/+2
* broaden php version wildcard in cli server testsPeter Cowburn2011-11-116-6/+6
* Fixed bug #60189 (php logo can not be displayed)Xinchen Hui2011-11-012-1/+42
* Fixed Bug #60180 ($_SERVER["PHP_SELF"] incorrect)Xinchen Hui2011-11-012-1/+94
* Fixed bug #60146 (Last 2 lines of page not being output)Xinchen Hui2011-10-291-1/+1
* Fix test faild on windows due to DEFAULT_SLASHXinchen Hui2011-10-251-1/+1
* Fix test, now can run on windowsXinchen Hui2011-10-2510-43/+23
* A better fix, sorry for previous thoughtlessness commit.Xinchen Hui2011-10-241-5/+1
* Fixed PATH_INFO of /index.php/foo/barXinchen Hui2011-10-241-4/+5
* using %s-dev instead of the exact version numberFerenc Kovacs2011-10-231-1/+1
* add tests for PATH_INFOXinchen Hui2011-10-232-7/+109
* fix memory leakXinchen Hui2011-10-231-0/+3
* Fixed bug #60112 If URI does not contain a file, index.php is not servedXinchen Hui2011-10-231-19/+47
* stream_socket_server("unix://..." has a length limit, so it is better to use ...Ferenc Kovacs2011-10-221-1/+1
* Add SERVER_PROTOCOL variable to $_SERVER. Patch by kuzuha. Thanks.Moriyoshi Koizumi2011-10-212-0/+77
* there is a length limit on the shebang line, ignore the tests for >= 127Ferenc Kovacs2011-10-201-0/+4
* Add testsXinchen Hui2011-09-231-0/+43
* Add tests for bug #55755Xinchen Hui2011-09-221-0/+45
* Fixed bug #55755 (SegFault when outputting header WWW-Authenticate)Xinchen Hui2011-09-211-6/+7
* change test, and added a test for post fileXinchen Hui2011-09-212-1/+77
* Remove double checking, and use MAXPATHLEN instead of a fixed lengthXinchen Hui2011-09-211-15/+4
* Change to a more appropriate nameXinchen Hui2011-09-211-2/+2
* Fixed bug #55747 (request headers missed in $_SERVER)Xinchen Hui2011-09-212-21/+73
* Refactored and speeded up php_cli_server tests, also get rid of test hanging ...Shein Alexey2011-09-204-20/+15
* fix INI sectionXinchen Hui2011-09-203-3/+3
* Add tests for built-in webserver Xinchen Hui2011-09-204-0/+96
* Fix Bug #55726 (Changing the working directory makes router script inaccessible)Xinchen Hui2011-09-201-0/+25
* Fix folderXinchen Hui2011-09-201-6/+7
* 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