Skip to content

Commit 404dc93

Browse files
committed
Tuned off dubugging of live ranges
1 parent 5ee8413 commit 404dc93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sapi/phpdbg/phpdbg_opcode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ char *phpdbg_decode_opline(zend_op_array *ops, zend_op *op) /*{{{ */
114114
break;
115115
}
116116

117-
#if 1
117+
#if 0
118118
if (ops->T_liveliness) {
119119
uint32_t *var = ops->T_liveliness + (op - ops->opcodes);
120120

0 commit comments

Comments
 (0)