summaryrefslogtreecommitdiff
path: root/src/sp_execute.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp_execute.c')
-rw-r--r--src/sp_execute.c2
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
3ZEND_DECLARE_MODULE_GLOBALS(snuffleupagus)
4
5static void (*orig_execute_ex)(zend_execute_data *execute_data) = NULL; 3static void (*orig_execute_ex)(zend_execute_data *execute_data) = NULL;
6static void (*orig_zend_execute_internal)(zend_execute_data *execute_data, 4static void (*orig_zend_execute_internal)(zend_execute_data *execute_data,
7 zval *return_value) = NULL; 5 zval *return_value) = NULL;