diff options
author | Dmitry Stogov <dmitry@zend.com> | 2015-07-07 15:43:14 +0300 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2015-07-07 15:43:14 +0300 |
commit | 404dc93d35f7061fc4b1b41ad6cb0721b9b52bcc (patch) | |
tree | 632fc1666f7024b6863ca62c011ee958ecf5f6f4 /sapi/phpdbg/phpdbg_opcode.c | |
parent | 5ee841325901a4b040cfea56292a24702fe224d9 (diff) | |
download | php-git-404dc93d35f7061fc4b1b41ad6cb0721b9b52bcc.tar.gz |
Tuned off dubugging of live ranges
Diffstat (limited to 'sapi/phpdbg/phpdbg_opcode.c')
-rw-r--r-- | sapi/phpdbg/phpdbg_opcode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg_opcode.c b/sapi/phpdbg/phpdbg_opcode.c index 5b93755bf9..9b19d37de3 100644 --- a/sapi/phpdbg/phpdbg_opcode.c +++ b/sapi/phpdbg/phpdbg_opcode.c @@ -114,7 +114,7 @@ char *phpdbg_decode_opline(zend_op_array *ops, zend_op *op) /*{{{ */ break; } -#if 1 +#if 0 if (ops->T_liveliness) { uint32_t *var = ops->T_liveliness + (op - ops->opcodes); |