summaryrefslogtreecommitdiff
path: root/sapi/cli
Commit message (Expand)AuthorAgeFilesLines
* 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-092-5/+164
* | Fix test failed, the fsockopen will be refused immediately if the server is ...Xinchen Hui2012-05-091-10/+7
* | TypoDavid Soria Parra2012-05-081-1/+1
* | Fix bug 61769 Random failure of php_cli_server*phpt testsMatt Ficken2012-05-062-2/+25
* | correct variable nameXinchen Hui2012-05-061-14/+14
* | Merge remote-tracking branch 'origin/PHP-5.3' into PHP-5.4Xinchen Hui2012-04-302-3/+30
|\ \ | |/
| * Fixed bug #61546 (functions related to current script failed when chdir() in ...Xinchen Hui2012-04-302-3/+30
| * more verbose skip reason in test files with not so obvious extension requirem...Olivier DOUCET2012-02-253-3/+3
| * - Year++Felipe Pena2012-01-013-4/+4
| * 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
| * Prevented the warning about truncate int to charXinchen Hui2011-08-081-1/+1
| * - reflection is always enabledPierre Joye2011-06-251-11/+0
| * - Fix missing change from r303357 (related to bug #48831)Felipe Pena2011-06-111-1/+1
| * 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
* | typo in testXinchen Hui2012-04-211-1/+1
* | Make css string constantXinchen Hui2012-04-211-1/+1
* | Fixed typoXinchen Hui2012-04-211-1/+1
* | Improved performance while sending error pageXinchen Hui2012-04-211-67/+30
* | - 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 $_SERVER['SCRIPT_FILE...Xinchen Hui2012-03-112-0/+49
* | 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 requirem...Olivier DOUCET2012-02-253-3/+3
* | fix usage of php_output_(de)activate; I guess this code doesn't bother about ...Michael Wallner2012-01-311-0/+11
* | MFH: r322963Michael Wallner2012-01-311-2/+3
* | - 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