diff options
| author | Ben Fuhrmannek | 2016-02-22 22:02:32 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2016-02-22 22:02:32 +0100 |
| commit | f365d212edbaab4058875fe39623a97befbf98b0 (patch) | |
| tree | 9b791f1984a9e823e688b188d7596e3467930bdc /execute.c | |
| parent | 86bd1f01211be780307d9269f23314721029fcab (diff) | |
temp. disabled treat_data to simplify things
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; |
