| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed bug #61172 (Add Apache 2.4 support) | Christopher Jones | 2012-03-02 | 2 | -6/+20 |
* | more verbose skip reason in test files with not so obvious extension requirem... | Olivier DOUCET | 2012-02-25 | 3 | -3/+3 |
* | Fix cli server tests broken by r323078 | Nikita Popov | 2012-02-18 | 11 | -17/+17 |
* | Fixed reinitialization of SAPI callbacks after php_module_startup() | Dmitry Stogov | 2012-02-14 | 1 | -7/+9 |
* | - Connection: close, not "closed". | Gustavo André dos Santos Lopes | 2012-02-05 | 1 | -1/+1 |
* | fix usage of php_output_(de)activate; I guess this code doesn't bother about ... | Michael Wallner | 2012-01-31 | 1 | -0/+11 |
* | fix headers print to stdout/stderr if no output written; need to make some mo... | Michael Wallner | 2012-01-31 | 1 | -2/+3 |
* | Missing ifdef here | Rasmus Lerdorf | 2012-01-19 | 1 | -0/+2 |
* | - any other dir may not exist or may not be used | Pierre Joye | 2012-01-10 | 1 | -1/+1 |
* | - Fixed bug #60659 (FPM does not clear auth_user on request accept) | Jérôme Loyet | 2012-01-04 | 1 | -0/+2 |
* | - Fixed bug #60629 (memory corruption when web server closed the fcgi fd) | Jérôme Loyet | 2012-01-03 | 3 | -5/+5 |
* | - Year++ | Felipe Pena | 2012-01-01 | 54 | -58/+58 |
* | test for bug 60591 | Xinchen Hui | 2011-12-22 | 1 | -0/+46 |
* | Fix bug #60591 (Memory leak when access a non-exists file) | Xinchen Hui | 2011-12-22 | 1 | -7/+35 |
* | Fixed bug #60523 (PHP Errors are not reported in browsers using built-in SAPI) | Xinchen Hui | 2011-12-16 | 2 | -0/+50 |
* | add $_SERVER["SERVER_NAME"] since it's handy | Xinchen Hui | 2011-12-09 | 2 | -1/+4 |
* | fix memory leak | Xinchen Hui | 2011-12-09 | 1 | -0/+1 |
* | Fixed bug #60477 (Segfault after two multipart/form-data POST requests) | Xinchen Hui | 2011-12-09 | 2 | -0/+77 |
* | - implement FR #60390, SERVER_PORT missing | Pierre Joye | 2011-11-25 | 1 | -0/+6 |
* | - Removed C++ comment style | Felipe Pena | 2011-11-19 | 1 | -1/+1 |
* | Don't load php.ini file to test the built-in web server | Pierrick Charron | 2011-11-18 | 1 | -2/+2 |
* | revert my previous change, tests hangs on windows | Xinchen Hui | 2011-11-17 | 1 | -17/+7 |
* | improve the test, let it say about errors | Xinchen Hui | 2011-11-17 | 1 | -7/+17 |
* | - Added .phar to default authorized extensions | Jérôme Loyet | 2011-11-16 | 1 | -1/+1 |
* | - remove experimental flag on fpm | Jérôme Loyet | 2011-11-15 | 1 | -1/+1 |
* | - FR #60199 (enhance FPM error log when the primary script can't be open) | Jérôme Loyet | 2011-11-15 | 1 | -0/+14 |
* | Fixed bug #60159 (Router returns false, but POST is not passed to requested | Xinchen Hui | 2011-11-15 | 4 | -60/+223 |
* | - fix bug #60272, typo | Pierre Joye | 2011-11-11 | 1 | -1/+1 |
* | broaden php version wildcard in cli server tests (missed a few) | Peter Cowburn | 2011-11-11 | 2 | -2/+2 |
* | broaden php version wildcard in cli server tests | Peter Cowburn | 2011-11-11 | 6 | -6/+6 |
* | - Fixed bug #60179 (php_flag and php_value does not work properly) | Jérôme Loyet | 2011-11-03 | 1 | -11/+1 |
* | Fixed bug #60206 (possible integer overflow in content_length) | Xinchen Hui | 2011-11-03 | 6 | -6/+6 |
* | Fixed bug #60189 (php logo can not be displayed) | Xinchen Hui | 2011-11-01 | 2 | -1/+42 |
* | Fixed Bug #60180 ($_SERVER["PHP_SELF"] incorrect) | Xinchen Hui | 2011-11-01 | 2 | -1/+94 |
* | Fixed bug #60146 (Last 2 lines of page not being output) | Xinchen Hui | 2011-10-29 | 1 | -1/+1 |
* | Fix test faild on windows due to DEFAULT_SLASH | Xinchen Hui | 2011-10-25 | 1 | -1/+1 |
* | Fix test, now can run on windows | Xinchen Hui | 2011-10-25 | 10 | -43/+23 |
* | A better fix, sorry for previous thoughtlessness commit. | Xinchen Hui | 2011-10-24 | 1 | -5/+1 |
* | Fixed PATH_INFO of /index.php/foo/bar | Xinchen Hui | 2011-10-24 | 1 | -4/+5 |
* | using %s-dev instead of the exact version number | Ferenc Kovacs | 2011-10-23 | 1 | -1/+1 |
* | add tests for PATH_INFO | Xinchen Hui | 2011-10-23 | 2 | -5/+108 |
* | fix memory leak | Xinchen Hui | 2011-10-23 | 1 | -0/+3 |
* | Fixed bug #60112 If URI does not contain a file, index.php is not served | Xinchen Hui | 2011-10-23 | 1 | -19/+47 |
* | stream_socket_server("unix://..." has a length limit, so it is better to use ... | Ferenc Kovacs | 2011-10-22 | 1 | -1/+1 |
* | Add SERVER_PROTOCOL variable to $_SERVER. Patch by kuzuha. Thanks. | Moriyoshi Koizumi | 2011-10-21 | 2 | -0/+77 |
* | there is a length limit on the shebang line, ignore the tests for >= 127 | Ferenc Kovacs | 2011-10-20 | 1 | -0/+4 |
* | - ensure request_terminate_timeout >= request_slowlog_timeout | Jérôme Loyet | 2011-10-09 | 1 | -0/+5 |
* | - Fixed bug #55526 (Heartbeat causes a lot of unnecessary events) | Jérôme Loyet | 2011-10-09 | 6 | -5/+20 |
* | - Fixed bug #55533 (The -d parameter doesn't work) | Jérôme Loyet | 2011-10-09 | 1 | -14/+20 |
* | - fix r317922 (missing PHP_ADD_BUILD_DIR(sapi/fpm/fpm/events) in config.m4) | Jérôme Loyet | 2011-10-09 | 1 | -0/+1 |