mirror of
https://github.com/php/php-src.git
synced 2026-03-26 01:02:25 +01:00
Merge branch 'PHP-5.6'
* PHP-5.6: We don't know PHP_5_6_X_API_NO yet
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user