Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fixed bug #52496 (Zero exit code on option parsing failure). | Ilia Alshanetsky | 2011-05-30 | 1 | -1/+1 | |
| | | ||||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 3 | -4/+4 | |
| | | ||||||
| * | - fix #48831 php -i has different output to php --ini | Pierre Joye | 2010-09-14 | 1 | -0/+1 | |
| | | ||||||
| * | Fixed bug #50804 (Document configure.js --enable-crt-debug) | Kalle Sommer Nielsen | 2010-08-11 | 1 | -1/+1 | |
| | | ||||||
| * | - Reverted fix for bug #48930 (due binary compatibility breakage) | Felipe Pena | 2010-06-29 | 1 | -3/+0 | |
| | | ||||||
| * | - Improved initialization | Felipe Pena | 2010-06-27 | 1 | -1/+2 | |
| | | ||||||
| * | - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3) | Felipe Pena | 2010-06-27 | 1 | -0/+2 | |
| | | ||||||
| * | Document CGI options in the manpage (bug #51718) | Raphael Geissert | 2010-05-11 | 1 | -0/+28 | |
| | | | | | | | | | | | | Patch by Daniel Egeberg | |||||
* | | typo in test | Xinchen Hui | 2012-04-21 | 1 | -1/+1 | |
| | | ||||||
* | | Make css string constant | Xinchen Hui | 2012-04-21 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed typo | Xinchen Hui | 2012-04-21 | 1 | -1/+1 | |
| | | | | | | | | report by reeze.xia@gmail.com | |||||
* | | Improved performance while sending error page | Xinchen Hui | 2012-04-21 | 1 | -67/+30 | |
| | | | | | | | | this also fixed bug #61785 (Memory leak when access a non-exists file without router) | |||||
* | | - Fixed expected test result (patch by ab@php.net in #61769) | Felipe Pena | 2012-04-19 | 1 | -1/+1 | |
| | | ||||||
* | | - Fix test title | Felipe Pena | 2012-04-19 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed bug #61461 (missing checks around malloc() calls). | Ilia Alshanetsky | 2012-03-20 | 1 | -0/+10 | |
| | | ||||||
* | | Minor change, test using php mail address as account | Xinchen Hui | 2012-03-20 | 1 | -0/+1 | |
| | | ||||||
* | | Use newdoc instead of escape char | Xinchen Hui | 2012-03-20 | 2 | -4/+4 | |
| | | ||||||
* | | Implemented FR #60850 (Built in web server does not set ↵ | Xinchen Hui | 2012-03-11 | 2 | -0/+49 | |
| | | | | | | | | $_SERVER['SCRIPT_FILENAME'] when using router) | |||||
* | | Add Moriyoshi Koizumi and I to the cli SAPI credits | Xinchen Hui | 2012-03-11 | 2 | -1/+2 | |
| | | ||||||
* | | And fix the test cases as well | Rasmus Lerdorf | 2012-03-02 | 11 | -17/+17 | |
| | | ||||||
* | | CLI Server was sending "Connection: closed" instead of "Connection: close" | Rasmus Lerdorf | 2012-03-02 | 1 | -1/+1 | |
| | | ||||||
* | | more verbose skip reason in test files with not so obvious extension ↵ | Olivier DOUCET | 2012-02-25 | 3 | -3/+3 | |
| | | | | | | | | requirements | |||||
* | | fix usage of php_output_(de)activate; I guess this code doesn't bother about ↵ | Michael Wallner | 2012-01-31 | 1 | -0/+11 | |
| | | | | | | | | one more hack; | |||||
* | | MFH: r322963 | Michael Wallner | 2012-01-31 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | fix headers print to stdout/stderr if no output written; fix crashes and invalid usage of output control in cli server while passing by | |||||
* | | - any other dir may not exist or may not be used | Pierre Joye | 2012-01-10 | 1 | -1/+1 | |
| | | ||||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 3 | -4/+4 | |
| | | ||||||
* | | 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 | |
| | | ||||||
* | | 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 | |
| | | ||||||
* | | MFH, fix test | Xinchen Hui | 2011-11-15 | 1 | -1/+3 | |
| | | ||||||
* | | Fixed bug #60159 (Router returns false, but POST is not passed to requested | Xinchen Hui | 2011-11-15 | 3 | -59/+220 | |
| | | | | | | | | | | resource) and bug #55759 (mem leak when use built-in server) | |||||
* | | - 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 #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 | -7/+109 | |
| | | | | | | | | | | update php_cli_server.inc to support no router server |