summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_opcode.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Fix bug #71575 removing extra semicolons outside macrosJames Titcumb2016-03-031-1/+1
* Format string fixesNikita Popov2016-02-141-2/+2
* 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
* | 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
* | Reduced size of zend_op on 64-bit systems.Dmitry Stogov2014-12-121-3/+3
* | Made phpdbg compatible with new engineBob Weinand2014-10-241-196/+19
|\ \ | |/
| * Merge phpdbg into PHP-5.6Bob Weinand2014-10-241-17/+5
* | Fixed list() behavior inconsistency (string handling is disabled for all case...Dmitry Stogov2014-10-051-1/+1
* | Use zval_ptr_dtor_nogc() to free IS_TMP_VAR operands.Dmitry Stogov2014-09-231-1/+0
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | Removed ZEND_QM_ASSIGN_VAR and ZEND_JMP_SET_VAR opcodes (in PHPNG they did ex...Dmitry Stogov2014-09-111-9/+0
* | master renames phase 2Anatol Belski2014-08-251-2/+2
|/
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-04-211-0/+5
* Merge branch 'phpdbg' into PHP-5.6Johannes Schlüter2014-01-181-7/+9
* Bump yearXinchen Hui2014-01-031-1/+1
* Merge branch 'master' of sapi/phpdbg into PHP-5.6Bob Weinand2013-12-201-0/+361