| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-05-29 | 1 | -1/+10 |
| |\ |
|
| | * | Fixed bug #62176 Test Bug - sapi/cli/tests/bug61546.phpt | Matt Ficken | 2012-05-29 | 1 | -1/+10 |
| * | | Correct test title | Xinchen Hui | 2012-05-09 | 1 | -1/+1 |
| * | | Implemented FR #61977 (Need CLI web-server support for files with .htm & svg ... | Xinchen Hui | 2012-05-09 | 1 | -0/+157 |
| * | | Fix test failed, the fsockopen will be refused immediately if the server is ... | Xinchen Hui | 2012-05-09 | 1 | -10/+7 |
| * | | Fix bug 61769 Random failure of php_cli_server*phpt tests | Matt Ficken | 2012-05-06 | 2 | -2/+25 |
| * | | Merge remote-tracking branch 'origin/PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-04-30 | 1 | -0/+22 |
| |\ \
| |/ |
|
| | * | Fixed bug #61546 (functions related to current script failed when chdir() in ... | Xinchen Hui | 2012-04-30 | 1 | -0/+22 |
| | * | more verbose skip reason in test files with not so obvious extension requirem... | Olivier DOUCET | 2012-02-25 | 3 | -3/+3 |
| | * | stream_socket_server("unix://..." has a length limit, so it is better to use ... | Ferenc Kovacs | 2011-10-22 | 1 | -1/+1 |
| | * | there is a length limit on the shebang line, ignore the tests for >= 127 | Ferenc Kovacs | 2011-10-20 | 1 | -0/+4 |
| | * | Update log, marking 5.4 and trunk as XFAIL due to bug #55496 | Christopher Jones | 2011-08-23 | 1 | -7/+27 |
| * | | typo in test | Xinchen Hui | 2012-04-21 | 1 | -1/+1 |
| * | | Fixed typo | Xinchen Hui | 2012-04-21 | 1 | -1/+1 |
| * | | - 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 |
| * | | 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 $_SERVER['SCRIPT_FILE... | Xinchen Hui | 2012-03-11 | 1 | -0/+44 |
| * | | And fix the test cases as well | Rasmus Lerdorf | 2012-03-02 | 11 | -17/+17 |
| * | | more verbose skip reason in test files with not so obvious extension requirem... | Olivier DOUCET | 2012-02-25 | 3 | -3/+3 |
| * | | - any other dir may not exist or may not be used | Pierre Joye | 2012-01-10 | 1 | -1/+1 |
| * | | test for bug 60591 | Xinchen Hui | 2011-12-22 | 1 | -0/+46 |
| * | | Fixed bug #60523 (PHP Errors are not reported in browsers using built-in SAPI) | Xinchen Hui | 2011-12-16 | 1 | -0/+49 |
| * | | add $_SERVER["SERVER_NAME"] since it's handy | Xinchen Hui | 2011-12-09 | 1 | -1/+3 |
| * | | Fixed bug #60477 (Segfault after two multipart/form-data POST requests) | Xinchen Hui | 2011-12-09 | 1 | -0/+76 |
| * | | 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 | 2 | -0/+163 |
| * | | 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 | 1 | -0/+41 |
| * | | Fixed Bug #60180 ($_SERVER["PHP_SELF"] incorrect) | Xinchen Hui | 2011-11-01 | 1 | -0/+75 |
| * | | 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 |
| * | | 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 |
| * | | 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 | 1 | -0/+71 |
| * | | there is a length limit on the shebang line, ignore the tests for >= 127 | Ferenc Kovacs | 2011-10-20 | 1 | -0/+4 |
| * | | Add tests | Xinchen Hui | 2011-09-23 | 1 | -0/+43 |
| * | | Add tests for bug #55755 | Xinchen Hui | 2011-09-22 | 1 | -0/+45 |
| * | | change test, and added a test for post file | Xinchen Hui | 2011-09-21 | 2 | -1/+77 |
| * | | Fixed bug #55747 (request headers missed in $_SERVER) | Xinchen Hui | 2011-09-21 | 1 | -0/+49 |
| * | | Refactored and speeded up php_cli_server tests, also get rid of test hanging ... | Shein Alexey | 2011-09-20 | 4 | -20/+15 |
| * | | fix INI section | Xinchen Hui | 2011-09-20 | 3 | -3/+3 |
| * | | Add tests for built-in webserver | Xinchen Hui | 2011-09-20 | 4 | -0/+96 |
| * | | Update log, marking 5.4 and trunk as XFAIL due to bug #55496 | Christopher Jones | 2011-08-23 | 1 | -7/+29 |