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, 1 insertions, 1 deletions
diff --git a/src/sp_execute.c b/src/sp_execute.c
index c8f7acf..bfe73c1 100644
--- a/src/sp_execute.c
+++ b/src/sp_execute.c
@@ -3,7 +3,7 @@
3#include <errno.h> 3#include <errno.h>
4#include <string.h> 4#include <string.h>
5 5
6ZEND_DECLARE_MODULE_GLOBALS(snuffleupagus); 6ZEND_DECLARE_MODULE_GLOBALS(snuffleupagus)
7 7
8static void (*orig_execute_ex)(zend_execute_data *execute_data); 8static void (*orig_execute_ex)(zend_execute_data *execute_data);
9static int (*orig_zend_stream_open)(const char *filename, 9static int (*orig_zend_stream_open)(const char *filename,