diff options
| -rw-r--r-- | src/sp_execute.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sp_execute.c b/src/sp_execute.c index 7a5229d..cc2d9b7 100644 --- a/src/sp_execute.c +++ b/src/sp_execute.c | |||
| @@ -178,6 +178,8 @@ static void sp_execute_ex(zend_execute_data *execute_data) { | |||
| 178 | execute_data->prev_execute_data->opline->opcode == | 178 | execute_data->prev_execute_data->opline->opcode == |
| 179 | ZEND_DO_UCALL || | 179 | ZEND_DO_UCALL || |
| 180 | execute_data->prev_execute_data->opline->opcode == | 180 | execute_data->prev_execute_data->opline->opcode == |
| 181 | ZEND_DO_ICALL || | ||
| 182 | execute_data->prev_execute_data->opline->opcode == | ||
| 181 | ZEND_DO_FCALL_BY_NAME)) { | 183 | ZEND_DO_FCALL_BY_NAME)) { |
| 182 | if (UNEXPECTED(true == should_disable_ht(execute_data, function_name, | 184 | if (UNEXPECTED(true == should_disable_ht(execute_data, function_name, |
| 183 | NULL, NULL, | 185 | NULL, NULL, |
