diff options
Diffstat (limited to 'execute.c')
| -rw-r--r-- | execute.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -377,7 +377,7 @@ static int suhosin_detect_codetype(zend_op_array *op_array TSRMLS_DC) | |||
| 377 | 377 | ||
| 378 | /* {{{ void suhosin_execute_ex(zend_op_array *op_array TSRMLS_DC) | 378 | /* {{{ void suhosin_execute_ex(zend_op_array *op_array TSRMLS_DC) |
| 379 | * This function provides a hook for execution */ | 379 | * This function provides a hook for execution */ |
| 380 | #if PHP_VERSION_ID > 50500 | 380 | #if PHP_VERSION_ID >= 50500 |
| 381 | static void suhosin_execute_ex(zend_execute_data *execute_data TSRMLS_DC) | 381 | static void suhosin_execute_ex(zend_execute_data *execute_data TSRMLS_DC) |
| 382 | { | 382 | { |
| 383 | zend_op_array *op_array = execute_data->op_array; | 383 | zend_op_array *op_array = execute_data->op_array; |
