summaryrefslogtreecommitdiff
path: root/sapi/cli/tests/php_cli_server.inc
Commit message (Expand)AuthorAgeFilesLines
* Use ephemeral port in more server testsNikita Popov2020-10-231-50/+60
* Merge branch 'PHP-7.4'Nikita Popov2020-04-081-3/+13
|\
| * Add php_cli_server_connect() helperNikita Popov2020-04-081-3/+13
* | Reindent phpt filesNikita Popov2020-02-031-20/+20
|/
* Switch to using shell-less proc_open() in various server testsNikita Popov2019-07-111-28/+15
* Split test caseChristoph M. Becker2019-06-241-17/+0
* refactor a little more to add some more useful error messages and raise the l...Joe Watkins2019-06-191-15/+46
* Separate check for process creation and ability to accept connectionsJoe Watkins2019-06-191-14/+13
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* Fix cli server test fails after recent AppVeyor image updateAnatol Belski2018-05-181-6/+12
* Increase wait time for tests involving sockets to improve Travis relabilityMitch Hagstrand2017-01-131-3/+3
* Makes the sapi web server and curl tests more reliableMitch Hagstrand2016-12-271-17/+50
* Merge branch 'PHP-5.5' into PHP-5.6Adam Harvey2015-01-061-5/+4
|\
| * Allow CLI server test scripts to specify the name of the router file.Adam Harvey2015-01-061-5/+4
* | add NEWS entry; add simple testMichael Wallner2013-08-061-3/+3
|/
* Sleep a little bit more, in some slow machine (like gcov), it will take a lit...Xinchen Hui2012-08-011-1/+1
* 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-061-2/+21
* Minor change, test using php mail address as accountXinchen Hui2012-03-201-0/+1
* 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
* Fix test, now can run on windowsXinchen Hui2011-10-251-13/+23
* add tests for PATH_INFOXinchen Hui2011-10-231-7/+10
* Refactored and speeded up php_cli_server tests, also get rid of test hanging ...Shein Alexey2011-09-201-10/+11
* Add tests for built-in webserver Xinchen Hui2011-09-201-0/+29