summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fixed test after fix lineno of finallyXinchen Hui2016-01-011-6/+8
* | | Fixed a bug in apache_request_headers() that adds an extra \0 to header name.George Wang2015-12-171-10/+2
* | | Unused value casting should be `void`Reeze Xia2015-12-121-1/+1
* | | Bumped SAPI version to 6.9George Wang2015-12-091-1/+1
* | | Added "mod_auth_basic" to apache module list.George Wang2015-12-091-1/+1
* | | Add sanitizing checks for request data.George Wang2015-12-091-2/+54
* | | Clear secret after use.George Wang2015-12-091-5/+8
* | | Fixed __DIR__ in CLI mode.George Wang2015-12-091-0/+2
* | | standard tsrm usage for sevenJoe Watkins2015-12-063-9/+10
* | | Fix bug #71005 (Segfault in php_cli_server_dispatch_router()).Adam Harvey2015-12-012-0/+48
* | | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2015-11-233-5/+5
|\ \ \ | |/ /
| * | Fixed bug #61751 (SAPI build problem on AIX: Undefined symbol: php_register_i...Lior Kaplan2015-11-233-5/+5
| * | Ensure the test failsXinchen Hui2015-11-111-0/+4
| * | unbreak coverage data: fix #line directives in phpdbg parserNuno Lopes2015-10-241-25/+25
| * | Fix globals initialization in sapi/cgiAnatol Belski2015-10-231-5/+6
* | | Output stderr on real stderr in phpdbgBob Weinand2015-11-231-1/+1
* | | Update mime type generator script to keep track of additional mime-typesReeze Xia2015-11-152-1/+13
* | | Added support for CSS/JavaScript source mapsThorsten Rinne2015-11-151-0/+1
* | | Ensure the test failsXinchen Hui2015-11-111-0/+4
* | | rm duplicate includeLynn2015-11-071-1/+0
* | | Fixed bug #70863 Incorect logic to increment_function for proxy objectsAnatol Belski2015-11-061-1/+1
* | | Fixed bug #70540 (sapi/fpm/tests/008.phpt and 016.phpt should be skipped on s...Xinchen Hui2015-11-022-3/+33
* | | Add test_fpm_conf to skip some tests ranth than mark --xfail--Xinchen Hui2015-11-022-5/+25
* | | Fixed incomplete initialization.Dmitry Stogov2015-10-301-2/+2
* | | unbreak coverage data: fix #line directives in phpdbg parserNuno Lopes2015-10-241-30/+30
* | | Exempt paging from -qrr modeBob Weinand2015-10-202-9/+10
* | | - Implemented output pagingFelipe Pena2015-10-187-6/+103
* | | Prevent memcmp() result truncationBob Weinand2015-10-131-3/+3
* | | phpdbg test info_001.phpt was dependent on auto_globals_jitBob Weinand2015-10-131-2/+4
* | | Fix on/off values in phpdbg lexerBob Weinand2015-10-132-738/+733
* | | Fix parse errors in -rr modeBob Weinand2015-10-021-1/+3
* | | Ensure proper set_exception_handler() handling with exit() inside itBob Weinand2015-10-021-3/+11
* | | Fixed bug #70614 (incorrect exit code in -rr mode with Exceptions)Bob Weinand2015-10-023-4/+7
* | | Do not display memory leaks on fatalBob Weinand2015-10-021-3/+7
* | | Do not include zend_verify_return_type in executable ops (phpdbg)Bob Weinand2015-10-021-4/+4
* | | Fix/improve zpp usageNikita Popov2015-10-021-6/+6
* | | Add NTS/ZTS information to php -vBob Weinand2015-09-301-8/+11
* | | fork testAnatol Belski2015-09-301-0/+34
* | | fix tests on WindowsAnatol Belski2015-09-304-3/+23
* | | tweak cgi binary searchAnatol Belski2015-09-302-14/+19
* | | fix phpdbg's -h switchAnatol Belski2015-09-271-0/+4
* | | Fixed bug #70531 (-rr should not fallback to interactive mode in phpdbg)Bob Weinand2015-09-234-8/+19
* | | Fixed bug #70532 (respect set_exception_handler in phpdbg)Bob Weinand2015-09-232-2/+4
* | | Fixed memleaks in apache2handlerXinchen Hui2015-09-231-5/+16
* | | Don't keep dangling pointersDmitry Stogov2015-09-232-2/+9
* | | Fixed bug #70279 (HTTP Authorization Header is sometimes passed to newer reqe...Xinchen Hui2015-09-221-1/+1
* | | Fixed bug #70538 ("php-fpm -i" crashes)Xinchen Hui2015-09-211-2/+1
* | | Fixed bug #70538 ("php-fpm -i" crashes)Xinchen Hui2015-09-211-1/+1
* | | Always properly show exit status in phpdbgBob Weinand2015-09-191-1/+6
* | | Fix oplog...Bob Weinand2015-09-193-4/+5