summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix valgrind false positives with watchpointsBob Weinand2015-08-121-16/+38
* | Fix [valid] valgrind warnings, add first watchpoints testBob Weinand2015-07-152-10/+61
* | Reimplemented ability to get debug info (C source file and line number) in ph...Dmitry Stogov2015-08-112-49/+16
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-08-111-0/+20
|\ \ | |/
| * Fix #69487: SAPI may truncate POST dataChristoph M. Becker2015-08-111-0/+20
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-08-093-0/+66
|\ \ | |/
| * Fix #66606: Sets HTTP_CONTENT_TYPE but not CONTENT_TYPEwusuopu2015-08-091-0/+3
| * added tests for bug #66606Christoph M. Becker2015-08-092-0/+63
* | Fixed bug #70214 (FASYNC possibly not defined)Bob Weinand2015-08-081-6/+11
* | fix testStanislav Malyshev2015-08-041-1/+1
* | Merge branch 'PHP-5.6'Stanislav Malyshev2015-08-041-1/+1
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-08-041-2/+2
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-08-041-2/+2
| | |\
| | | * fix testStanislav Malyshev2015-08-041-2/+2
* | | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-08-041-3/+6
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-08-041-4/+7
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-08-041-4/+7
| | |\ \ | | | |/
| | | * fix testStanislav Malyshev2015-08-041-4/+7
| | | * bump API version to 6.8George Wang2015-06-221-1/+1
| | | * Fixed Buf #68812 Unchecked return value.George Wang2015-06-081-4/+14
| | * | bump API version to 6.8George Wang2015-06-221-1/+1
| | * | Fixed Buf #68812 Unchecked return value.George Wang2015-06-081-4/+14
* | | | Fix further leaksBob Weinand2015-08-044-7/+33
* | | | Fix valgrind errors in phpdbgBob Weinand2015-08-048-484/+541
* | | | Fix last invalid readBob Weinand2015-08-031-2/+2
* | | | Fix a few valgrind errors in phpdbgBob Weinand2015-08-033-767/+671
* | | | Fix breaking on HANDLE_EXCEPTION (opline_before_exception)Bob Weinand2015-08-032-1/+58
* | | | Fixed tests (system dependent numbers are replaced with %d)Dmitry Stogov2015-08-032-6/+6
* | | | fix inconsistent dll linkageAnatol Belski2015-08-021-0/+5
* | | | Skip shebang line if presentBob Weinand2015-08-011-1/+23