Skip to content

Commit

Permalink
We don't know PHP_5_6_X_API_NO yet
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Jan 15, 2014
1 parent 28be6ae commit 77bc5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/opcache/Optimizer/optimize_func_calls.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ static void optimize_func_calls(zend_op_array *op_array, zend_persistent_script
call_stack[call - 1].opline = NULL;
}
break;
#if ZEND_EXTENSION_API_NO >= PHP_5_6_X_API_NO
#if ZEND_EXTENSION_API_NO > PHP_5_5_X_API_NO
case ZEND_SEND_UNPACK:
call_stack[call - 1].func = NULL;
call_stack[call - 1].opline = NULL;
Expand Down

0 comments on commit 77bc5b8

Please sign in to comment.