summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* fix usage of php_output_(de)activate; I guess this code doesn't bother about ...Michael Wallner2012-01-311-0/+11
* MFH: r322963Michael Wallner2012-01-311-2/+3
* Missing ifdef hereRasmus Lerdorf2012-01-191-0/+2
* - any other dir may not exist or may not be usedPierre Joye2012-01-101-1/+1
* - Fixed bug #60659 (FPM does not clear auth_user on request accept)Jérôme Loyet2012-01-041-0/+2
* - Fixed bug #60629 (memory corruption when web server closed the fcgi fd)Jérôme Loyet2012-01-033-5/+5
* - Year++Felipe Pena2012-01-0154-58/+58
* fixed a crash in cli mode when apache_request_headers() is calledGeorge Wang2011-12-311-1/+2
* 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
* - 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