diff options
| author | Ben Fuhrmannek | 2019-06-19 11:04:17 +0200 |
|---|---|---|
| committer | Ben Fuhrmannek | 2019-06-19 11:04:17 +0200 |
| commit | 3ab467100883adedab71a28e1699799e45ab0b2d (patch) | |
| tree | 87ca7d7d462f138982ae578b3031c0e2425f68dd /src/sp_execute.c | |
| parent | db20c8ddf4d5c068e20bbce1f6d283c9eb06119a (diff) | |
fix snufflepagus_globals linking issues and one mac compatibility issue
Diffstat (limited to 'src/sp_execute.c')
| -rw-r--r-- | src/sp_execute.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sp_execute.c b/src/sp_execute.c index b4f2595..4eae874 100644 --- a/src/sp_execute.c +++ b/src/sp_execute.c | |||
| @@ -1,7 +1,5 @@ | |||
| 1 | #include "php_snuffleupagus.h" | 1 | #include "php_snuffleupagus.h" |
| 2 | 2 | ||
| 3 | ZEND_DECLARE_MODULE_GLOBALS(snuffleupagus) | ||
| 4 | |||
| 5 | static void (*orig_execute_ex)(zend_execute_data *execute_data) = NULL; | 3 | static void (*orig_execute_ex)(zend_execute_data *execute_data) = NULL; |
| 6 | static void (*orig_zend_execute_internal)(zend_execute_data *execute_data, | 4 | static void (*orig_zend_execute_internal)(zend_execute_data *execute_data, |
| 7 | zval *return_value) = NULL; | 5 | zval *return_value) = NULL; |
