diff options
| author | NewEraCracker | 2016-04-08 21:54:51 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2016-08-25 13:09:53 +0200 |
| commit | c3fd541beee3f6ef3f940f3c8e7485cf00c28396 (patch) | |
| tree | 6fb0e2f12680bb980e6a12848d3b8cbfead93785 | |
| parent | eeb32305ba52615d5ebd16f174679b5c919d67c3 (diff) | |
Add missing equal sign
| -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; |
