summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_opcode.c
Commit message (Expand)AuthorAgeFilesLines
* Replace zend_bool uses with boolNikita Popov2021-01-151-2/+2
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Remove year range from copyright noticeZeev Suraski2019-01-301-1/+1
* Avoid live range references in opcodesNikita Popov2018-02-161-4/+0
* Moved "zval.u2.cache_slot" into free room of "zend_op"Dmitry Stogov2018-02-051-1/+1
* Changed CATCH instruction format (extended_value moved into op2, op2 into res...Dmitry Stogov2018-01-311-1/+7
* year++Xinchen Hui2018-01-021-1/+1
* Changed the way VM accesses constant operands in 64-bit builds.Dmitry Stogov2017-10-041-4/+4
* Add extended_value to phpdbg opcode dumpSara Golemon2017-03-291-0/+5
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Fixed bug #72213 (Finally leaks on nested exceptions).Dmitry Stogov2016-05-251-16/+1
* Merge branch 'PHP-7.0'Nikita Popov2016-03-031-1/+1
|\
| * Fix bug #71575 removing extra semicolons outside macrosJames Titcumb2016-03-031-1/+1
* | Merge branch 'PHP-7.0'Nikita Popov2016-02-141-2/+2
|\ \ | |/
| * Format string fixesNikita Popov2016-02-141-2/+2
* | Make op1/op2 decoding in phpdbg more completeNikita Popov2016-01-211-64/+46
* | Merge branch 'PHP-7.0'Lior Kaplan2016-01-011-1/+1
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
| |\
| | * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| | * bump yearXinchen Hui2015-01-151-1/+1
| | * go back with phpdbg to the state of 5.6.3, reverting the controversial commit...Ferenc Kovacs2014-11-261-5/+17
* | | Changed meaning of "op2" for ZEND_FREE, ZEND_FE_FREE, ZEND_FAST_CALL, ZEND_FA...Dmitry Stogov2015-11-101-1/+1
|/ /
* | Fix oplog...Bob Weinand2015-09-191-1/+1
* | Remove debug instructions (...)Bob Weinand2015-07-311-2/+0
* | Fix oplog trace with already freed closuresBob Weinand2015-07-311-1/+7
* | Fix print of ZEND_CATCHBob Weinand2015-07-241-1/+1
* | Make IS_TMP_VAR and IS_VAR differentiableXinchen Hui2015-07-231-2/+4
* | Remove FAST_CALL_FROM_CATCHNikita Popov2015-07-211-3/+2
* | Make opcode breakpoints work againBob Weinand2015-07-201-9/+9
* | Switch asprintf to spprintf in phpdbg opcode dumpNikita Popov2015-07-171-19/+21
* | Better opcode dump for finallyNikita Popov2015-07-101-11/+38
* | Resolve GOTO at compile time and replace it with sequnce of FREE/FE_FREE and ...Dmitry Stogov2015-07-101-1/+0
* | Squashed commit of the following:Dmitry Stogov2015-07-101-39/+1
* | 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
* | Do not display EXT_TYPE_UNUSED in phpdbg opcodesBob Weinand2015-07-061-1/+1
* | Simplify TMP var number decoding (without HashTable)Dmitry Stogov2015-07-061-19/+9
* | Fixed JMPZNZ instruction printingDmitry Stogov2015-07-061-1/+1
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-3/+3
* | Make backtraces *much* more readableBob Weinand2015-06-291-53/+1
* | Add phpdbg userland API to fetch oplogBob Weinand2015-06-221-0/+9
* | Add ZEND_ASSERT_CHECK to phpdbg opcode jump listBob Weinand2015-06-141-0/+1
* | Improve phpdbg opcode dumpNikita Popov2015-05-241-17/+45
* | fixed warning & test pushingXinchen Hui2015-04-221-1/+1
* | Shrink phpdbg opcode dump output a bit moreBob Weinand2015-04-201-17/+4
* | Shorten opline dump lines and show literalsBob Weinand2015-04-201-24/+67
* | s/PHP Version 5/PHP Version 7/gLior Kaplan2015-03-131-1/+1
* | Fixed compile warningsWei Dai2015-03-091-2/+2
* | bump yearXinchen Hui2015-01-151-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-13/+13