summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Collapse)AuthorAgeFilesLines
* Add sanitizing checks for request data.George Wang2015-12-121-2/+54
|
* Clear secret after use.George Wang2015-12-121-5/+8
|
* 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
| | | | | | 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.
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2015-11-233-5/+5
|\ | | | | | | | | | | | | | | | | * PHP-5.6: Fixed bug #61751 (SAPI build problem on AIX: Undefined symbol: php_register_internal_extensions) Conflicts: sapi/cgi/config9.m4 sapi/fpm/config.m4
| * Fixed bug #61751 (SAPI build problem on AIX: Undefined symbol: ↵Lior Kaplan2015-11-233-5/+5
| | | | | | | | php_register_internal_extensions)
| * 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
| | | | | | | | Basically backport 8430ec17
* | 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
| | | | | | Source maps (http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/) are basically a way to map a combined/minified file back to an unbuilt state. To avoid error messages in Browser DevTools, source map files should be served with the MIME type "application/json"
* | 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 ↵Xinchen Hui2015-11-022-3/+33
| | | | | | | | some platforms)
* | 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
| | | | | | | | This fixes reported issues with sapi/phpdbg/tests/watch_001.phpt
* | 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
| | | | | | | | | | | | The ext/interbase changes are done blindly, fingers crossed. Some of these are bug fixes, some make zpp usage more idiomatic.
* | 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
| | | | | | | | | | The help functionality needs a correct stdout fd, so pre setup it for the only case.
* | 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 ↵Xinchen Hui2015-09-221-1/+1
| | | | | | | | reqeusts)
* | 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
| | | | | | | | Especially when it is only set after main run (e.g. register_shutdown_function)
* | Fix oplog...Bob Weinand2015-09-193-4/+5
| |
* | Apply same fixes for untilBob Weinand2015-09-191-18/+14
| |
* | Fix leave and finishBob Weinand2015-09-192-8/+58
| |
* | Add eventual escaping for phpdbg argumentsBob Weinand2015-09-183-630/+979
| |
* | Add # delimiter to phpdbg commandsBob Weinand2015-09-179-832/+986
| |
* | Merge branch 'PHP-5.6'Xinchen Hui2015-09-111-0/+41
|\ \ | |/
| * Add test XFAIL for bug #70470Xinchen Hui2015-09-111-0/+41
| |