summaryrefslogtreecommitdiff
path: root/execute.c
diff options
context:
space:
mode:
Diffstat (limited to 'execute.c')
-rw-r--r--execute.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/execute.c b/execute.c
index 4648b93..8abaff2 100644
--- a/execute.c
+++ b/execute.c
@@ -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 */
365ZEND_API static void suhosin_execute_ex(zend_execute_data *execute_data) 365ZEND_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;