diff options
Diffstat (limited to 'execute.c')
| -rw-r--r-- | execute.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -364,6 +364,7 @@ static int suhosin_detect_codetype(zend_op_array *op_array) | |||
| 364 | * This function provides a hook for execution */ | 364 | * This function provides a hook for execution */ |
| 365 | ZEND_API static void suhosin_execute_ex(zend_execute_data *execute_data) | 365 | ZEND_API static void suhosin_execute_ex(zend_execute_data *execute_data) |
| 366 | { | 366 | { |
| 367 | // SDEBUG("X------------------------->") | ||
| 367 | // TODO: check execute_data + execute_data->func | 368 | // TODO: check execute_data + execute_data->func |
| 368 | 369 | ||
| 369 | zend_op_array *new_op_array; | 370 | zend_op_array *new_op_array; |
