summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Fix weird asm instruction order with gcc by marking as volatile in phpdbgtmp_livelinessBob Weinand2015-07-131-1/+1
* Working fix for ctrl+d on readline/libeditBob Weinand2015-07-081-5/+2
* Properly exit on EOF on stdin in readline modeBob Weinand2015-07-072-5/+8
* Tuned off dubugging of live rangesDmitry Stogov2015-07-071-1/+1
* Fixed bug #62210 (Exceptions can leak temporary variables. As a part of the f...Dmitry Stogov2015-07-071-1/+39
* Fixed bug #70006 (cli - function with default arg = STDOUT crash output).Xinchen Hui2015-07-071-0/+18
* Do not display EXT_TYPE_UNUSED in phpdbg opcodesBob Weinand2015-07-061-1/+1
* Simplify TMP var number decoding (without HashTable)Dmitry Stogov2015-07-064-30/+13
* Fixed JMPZNZ instruction printingDmitry Stogov2015-07-061-1/+1
* http parser code assumes char is signedAnton Blanchard2015-07-061-1/+2
* Switch position of ce in exception ce variable namesAaron Piotrowski2015-07-031-1/+1
* Change zend_exception_get_default() to zend_exception_ceAaron Piotrowski2015-07-031-1/+1
* integrate the applink shim in the other binsAnatol Belski2015-07-032-0/+8
* integrate the openssl applink shimAnatol Belski2015-07-031-0/+4
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-3016-96/+96
* remove useless assignmentAnatol Belski2015-06-291-5/+1
* fix FCGI crash in TS modeAnatol Belski2015-06-291-5/+6
* Fix assertion failure with Z_REFCOUNT() in info constantsBob Weinand2015-06-291-1/+1
* Make backtraces *much* more readableBob Weinand2015-06-294-54/+64
* Add yield from to frame leaving instructionsBob Weinand2015-06-291-0/+2
* Show exception source in phpdbgBob Weinand2015-06-291-1/+10
* Remove now unneeded step option (-s)Bob Weinand2015-06-292-13/+0
* Merge branch 'PHP-5.6'Christoph M. Becker2015-06-272-2/+39
|\
| * Fixed #69655: php -S changes MKCALENDAR request method to MKCOLChristoph M. Becker2015-06-272-2/+39
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-06-271-1/+3
|\ \ | |/
| * added skip condition for powershell requirement of testChristoph M. Becker2015-06-271-1/+3
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-06-272-0/+22
|\ \ | |/
| * Fix #64878: 304 responses return Content-Type headerChristoph M. Becker2015-06-272-0/+22
| * bump API version to 6.8George Wang2015-06-221-1/+1
| * Fixed Buf #68812 Unchecked return value.George Wang2015-06-081-4/+14
* | Fix paths issue when fetching .phpdbginit under WindowsBob Weinand2015-06-251-1/+4
* | Passing a zend_string * to %s is a bad ideaBob Weinand2015-06-241-1/+1
* | Encapsulate FastCGI implementation details.Dmitry Stogov2015-06-232-26/+28
* | bump API version to 6.8George Wang2015-06-221-1/+1
* | Add phpdbg userland API to fetch oplogBob Weinand2015-06-224-2/+174
* | Merge branch 'pull-request/1284'Anatol Belski2015-06-175-14/+14
|\ \
| * \ Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-06-1428-4718/+303
| |\ \
| * | | Throwable method signatures.Aaron Piotrowski2015-05-181-9/+9
| * | | Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-173-3/+3
| * | | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-173-3/+3
| |\ \ \
| * \ \ \ Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-171-2/+2
| |\ \ \ \
| * | | | | Fix a few missed tests.Aaron Piotrowski2015-05-161-1/+1
| * | | | | Updated tests to reflect exception class changes.Aaron Piotrowski2015-05-165-6/+6
* | | | | | Fix issue with zend_execute_ex replaced by execute_ex upon icallBob Weinand2015-06-161-1/+1
* | | | | | Fix infinite loop when running phpdbg via -r(r)Bob Weinand2015-06-161-3/+6
* | | | | | Fixed bug #69849 (Broken output of apache_request_headers)Kalle Sommer Nielsen2015-06-161-1/+1
* | | | | | Use zend_parse_parameters_none() hereKalle Sommer Nielsen2015-06-161-4/+4
| |_|_|/ / |/| | | |
* | | | | Add ZEND_ASSERT_CHECK to phpdbg opcode jump listBob Weinand2015-06-141-0/+1
* | | | | Fixed Buf #68812 Unchecked return value.George Wang2015-06-081-4/+14
* | | | | FIx darwin buildStanislav Malyshev2015-05-311-1/+1