summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* rm duplicate includeLynn2015-11-081-1/+0
* Fixed bug #70863 Incorect logic to increment_function for proxy objectsAnatol Belski2015-11-081-1/+1
* Fixed bug #70540 (sapi/fpm/tests/008.phpt and 016.phpt should be skipped on s...Xinchen Hui2015-11-082-3/+33
* Add test_fpm_conf to skip some tests ranth than mark --xfail--Xinchen Hui2015-11-082-5/+25
* Fixed incomplete initialization.Dmitry Stogov2015-11-081-2/+2
* Prevent memcmp() result truncationBob Weinand2015-10-231-3/+3
* 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
* 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
* | Change array sorting implementation to avoid two level callbacks system.Dmitry Stogov2015-09-101-6/+4
* | Fixed bug #70449 (PHP won't compile on 10.4 and 10.5 because of missing const...Bob Weinand2015-09-071-0/+5
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-09-052-2/+23
|\ \ | |/
| * Fix #68291: 404 on urls with '+'Christoph M. Becker2015-09-052-2/+23
| * Fix phpdbg_break_next()Bob Weinand2015-08-231-0/+1
* | fix zend signal and tsrm compatzend-signal-ztsJoe Watkins2015-09-017-0/+29
* | Fix valgrind warning upon displaying lines from eval()ed code in phpdbgBob Weinand2015-08-311-0/+1
* | Respect exit status for -rr option with phpdbgBob Weinand2015-08-301-1/+4
* | Fixed printingXinchen Hui2015-08-274-8/+8
* | Fix zend_vm_call_opcode_handler (e.g. Generators throwing exceptions) with IP...Bob Weinand2015-08-261-0/+24
* | fix build, use exported symbolAnatol Belski2015-08-251-1/+1
* | Fix oplog with eval()ed codeBob Weinand2015-08-242-0/+50
* | Fix phpdbg_break_next() and add testBob Weinand2015-08-233-3/+39
* | Fix issues with phpdbg SIGINT handlerBob Weinand2015-08-215-26/+38
* | Remove assumption that extensions are in ext/ext-nameBob Weinand2015-08-211-8/+5
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-08-142-0/+33
|\ \ | |/
| * Fix #70264: CLI server directory traversalChristoph M. Becker2015-08-142-0/+33
* | Get rid of implicit type casting in GC_*() macros in Zend/zend_types.h.Dmitry Stogov2015-08-131-4/+4