summaryrefslogtreecommitdiff
path: root/sapi/cli
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fixed bug #52496 (Zero exit code on option parsing failure).Ilia Alshanetsky2011-05-301-1/+1
| |
| * - Year++Felipe Pena2011-01-013-4/+4
| |
| * - fix #48831 php -i has different output to php --iniPierre Joye2010-09-141-0/+1
| |
| * Fixed bug #50804 (Document configure.js --enable-crt-debug)Kalle Sommer Nielsen2010-08-111-1/+1
| |
| * - Reverted fix for bug #48930 (due binary compatibility breakage)Felipe Pena2010-06-291-3/+0
| |
| * - Improved initializationFelipe Pena2010-06-271-1/+2
| |
| * - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3)Felipe Pena2010-06-271-0/+2
| |
| * Document CGI options in the manpage (bug #51718)Raphael Geissert2010-05-111-0/+28
| | | | | | | | | | | | Patch by Daniel Egeberg
* | typo in testXinchen Hui2012-04-211-1/+1
| |
* | Make css string constantXinchen Hui2012-04-211-1/+1
| |
* | Fixed typoXinchen Hui2012-04-211-1/+1
| | | | | | | | report by reeze.xia@gmail.com
* | Improved performance while sending error pageXinchen Hui2012-04-211-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 Pena2012-04-191-1/+1
| |
* | - Fix test titleFelipe Pena2012-04-191-1/+1
| |
* | Fixed bug #61461 (missing checks around malloc() calls).Ilia Alshanetsky2012-03-201-0/+10
| |
* | Minor change, test using php mail address as accountXinchen Hui2012-03-201-0/+1
| |
* | Use newdoc instead of escape charXinchen Hui2012-03-202-4/+4
| |
* | Implemented FR #60850 (Built in web server does not set ↵Xinchen Hui2012-03-112-0/+49
| | | | | | | | $_SERVER['SCRIPT_FILENAME'] when using router)
* | Add Moriyoshi Koizumi and I to the cli SAPI creditsXinchen Hui2012-03-112-1/+2
| |
* | And fix the test cases as wellRasmus Lerdorf2012-03-0211-17/+17
| |
* | CLI Server was sending "Connection: closed" instead of "Connection: close"Rasmus Lerdorf2012-03-021-1/+1
| |
* | more verbose skip reason in test files with not so obvious extension ↵Olivier DOUCET2012-02-253-3/+3
| | | | | | | | requirements
* | fix usage of php_output_(de)activate; I guess this code doesn't bother about ↵Michael Wallner2012-01-311-0/+11
| | | | | | | | one more hack;
* | MFH: r322963Michael Wallner2012-01-311-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 usedPierre Joye2012-01-101-1/+1
| |
* | - 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
| | | | | | | | | | resource) and bug #55759 (mem leak when use built-in server)
* | - 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
| | | | | | | | | | update php_cli_server.inc to support no router server