summaryrefslogtreecommitdiff
path: root/execute.c
diff options
context:
space:
mode:
Diffstat (limited to 'execute.c')
-rw-r--r--execute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/execute.c b/execute.c
index 94f7b4b..e3cd0b3 100644
--- a/execute.c
+++ b/execute.c
@@ -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
381static void suhosin_execute_ex(zend_execute_data *execute_data TSRMLS_DC) 381static 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;