summaryrefslogtreecommitdiff
path: root/sapi/cli/tests/bug71005.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Trim trailing whitespace in *.phptPeter Kokot2018-10-141-2/+2
|
* Added mandatory Date: header to built-in webserverSeeSchloss2016-06-021-0/+1
|
* Fix bug #71005 (Segfault in php_cli_server_dispatch_router()).Adam Harvey2015-12-011-0/+46
We didn't initialise the retval variable in php_cli_server_dispatch_router(); let's now initialise it to be IS_UNDEF, as the following if condition expects.