From c2c4a5bd250909f2635f6d352d5900b5132a0281 Mon Sep 17 00:00:00 2001 From: krakjoe Date: Sun, 13 Apr 2014 11:32:35 +0100 Subject: [PATCH] fix build --- phpdbg_bp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpdbg_bp.c b/phpdbg_bp.c index 15b00c1d01..a18316a228 100644 --- a/phpdbg_bp.c +++ b/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)) { -- 2.40.0