Browse Source

fix build

pull/661/head
krakjoe 12 years ago
parent
commit
c2c4a5bd25
  1. 2
      phpdbg_bp.c

2
phpdbg_bp.c

@ -1000,7 +1000,7 @@ static inline phpdbg_breakbase_t *phpdbg_find_conditional_breakpoint(zend_execut
zend_try {
PHPDBG_G(flags) |= PHPDBG_IN_COND_BP;
zend_execute(EG(active_op_array) TSRMLS_CC);
#if PHP_VERSION_ID >= 50600
#if PHP_VERSION_ID >= 50700
if (zend_is_true(retval TSRMLS_CC)) {
#else
if (zend_is_true(retval)) {

Loading…
Cancel
Save