summaryrefslogtreecommitdiff
path: root/execute.c
diff options
context:
space:
mode:
authorBen Fuhrmannek2016-02-22 22:02:32 +0100
committerBen Fuhrmannek2016-02-22 22:02:32 +0100
commitf365d212edbaab4058875fe39623a97befbf98b0 (patch)
tree9b791f1984a9e823e688b188d7596e3467930bdc /execute.c
parent86bd1f01211be780307d9269f23314721029fcab (diff)
temp. disabled treat_data to simplify things
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;