summaryrefslogtreecommitdiff
path: root/sapi/cli/tests
Commit message (Expand)AuthorAgeFilesLines
* Bug #43177: If an eval() has a parse error, the overall exit status and retur...Stanislav Malyshev2013-01-011-0/+82
* update test for supported Mime Types checkingpascalc2012-12-141-133/+31
* Fixed test sapi/cli/tests/006.phptAnatoliy Belsky2012-11-141-1/+1
* Implemented FR #63242 (Default error page in PHP built-in web server uses out...Xinchen Hui2012-10-102-12/+12
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-101-0/+0
|\
| * Remove executable permission on phptXinchen Hui2012-10-101-0/+0
* | Merged GitHub PR #190: Support for the HTTP PATCH method in CLI webserverLars Strojny2012-09-181-0/+44
* | Respond with 501 to unknown request methodsNiklas Lindgren2012-09-151-0/+43
* | Sleep a little bit more, in some slow machine (like gcov), it will take a lit...Xinchen Hui2012-08-011-1/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-05-291-1/+10
|\ \ | |/
| * Fixed bug #62176 Test Bug - sapi/cli/tests/bug61546.phptMatt Ficken2012-05-291-1/+10
* | Correct test titleXinchen Hui2012-05-091-1/+1
* | Implemented FR #61977 (Need CLI web-server support for files with .htm & svg ...Xinchen Hui2012-05-091-0/+157
* | Fix test failed, the fsockopen will be refused immediately if the server is ...Xinchen Hui2012-05-091-10/+7
* | Fix bug 61769 Random failure of php_cli_server*phpt testsMatt Ficken2012-05-062-2/+25
* | Merge remote-tracking branch 'origin/PHP-5.3' into PHP-5.4Xinchen Hui2012-04-301-0/+22
|\ \ | |/
| * Fixed bug #61546 (functions related to current script failed when chdir() in ...Xinchen Hui2012-04-301-0/+22
| * more verbose skip reason in test files with not so obvious extension requirem...Olivier DOUCET2012-02-253-3/+3
| * stream_socket_server("unix://..." has a length limit, so it is better to use ...Ferenc Kovacs2011-10-221-1/+1
| * there is a length limit on the shebang line, ignore the tests for >= 127Ferenc Kovacs2011-10-201-0/+4
| * Update log, marking 5.4 and trunk as XFAIL due to bug #55496Christopher Jones2011-08-231-7/+27
* | typo in testXinchen Hui2012-04-211-1/+1
* | Fixed typoXinchen Hui2012-04-211-1/+1
* | - 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
* | 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 $_SERVER['SCRIPT_FILE...Xinchen Hui2012-03-111-0/+44
* | And fix the test cases as wellRasmus Lerdorf2012-03-0211-17/+17
* | more verbose skip reason in test files with not so obvious extension requirem...Olivier DOUCET2012-02-253-3/+3
* | - any other dir may not exist or may not be usedPierre Joye2012-01-101-1/+1
* | test for bug 60591Xinchen Hui2011-12-221-0/+46
* | Fixed bug #60523 (PHP Errors are not reported in browsers using built-in SAPI)Xinchen Hui2011-12-161-0/+49
* | add $_SERVER["SERVER_NAME"] since it's handyXinchen Hui2011-12-091-1/+3
* | Fixed bug #60477 (Segfault after two multipart/form-data POST requests)Xinchen Hui2011-12-091-0/+76
* | 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-152-0/+163
* | 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-011-0/+41
* | Fixed Bug #60180 ($_SERVER["PHP_SELF"] incorrect)Xinchen Hui2011-11-011-0/+75
* | 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
* | using %s-dev instead of the exact version numberFerenc Kovacs2011-10-231-1/+1
* | add tests for PATH_INFOXinchen Hui2011-10-232-7/+109
* | 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-211-0/+71