summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* - implement FR #60390, SERVER_PORT missingPierre Joye2011-11-251-0/+6
* - Removed C++ comment styleFelipe Pena2011-11-191-1/+1
* 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
* keep code to be compatible with PHP4George Wang2011-11-161-0/+6
* keep PHP_5_4 in sync with PHP_5_3 branchGeorge Wang2011-11-163-552/+790
* - Added .phar to default authorized extensionsJérôme Loyet2011-11-161-1/+1
* - remove experimental flag on fpmJérôme Loyet2011-11-151-1/+1
* - FR #60199 (enhance FPM error log when the primary script can't be open)Jérôme Loyet2011-11-151-0/+14
* 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 #60179 (php_flag and php_value does not work properly)Jérôme Loyet2011-11-031-11/+1
* Fixed bug #60206 (possible integer overflow in content_length)Xinchen Hui2011-11-036-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
* - ensure request_terminate_timeout >= request_slowlog_timeoutJérôme Loyet2011-10-091-0/+5
* - Fixed bug #55526 (Heartbeat causes a lot of unnecessary events)Jérôme Loyet2011-10-096-5/+20
* - Fixed bug #55533 (The -d parameter doesn't work)Jérôme Loyet2011-10-091-14/+20
* - fix r317922 (missing PHP_ADD_BUILD_DIR(sapi/fpm/fpm/events) in config.m4)Jérôme Loyet2011-10-091-0/+1
* - Implemented FR #52569 (Add the "ondemand" process-manager to allow zero chi...Jérôme Loyet2011-10-0824-65/+1987
* - fix r317913Jérôme Loyet2011-10-081-0/+0
* - Fixed bug #55486 (status show BIG processes number)Jérôme Loyet2011-10-081-2/+2
* - Fixed bug #55577 (status.html does not install)Jérôme Loyet2011-10-081-1/+1
* Fix bug #55769 (Make Fails with "Missing Separator" error) via s/ /^I/.Adam Harvey2011-09-241-1/+1
* 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