summaryrefslogtreecommitdiff
path: root/src/sp_sloppy.c
diff options
context:
space:
mode:
authorBen Fuhrmannek2019-06-19 11:04:17 +0200
committerBen Fuhrmannek2019-06-19 11:04:17 +0200
commit3ab467100883adedab71a28e1699799e45ab0b2d (patch)
tree87ca7d7d462f138982ae578b3031c0e2425f68dd /src/sp_sloppy.c
parentdb20c8ddf4d5c068e20bbce1f6d283c9eb06119a (diff)
fix snufflepagus_globals linking issues and one mac compatibility issue
Diffstat (limited to 'src/sp_sloppy.c')
-rw-r--r--src/sp_sloppy.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sp_sloppy.c b/src/sp_sloppy.c
index d3678db..5837783 100644
--- a/src/sp_sloppy.c
+++ b/src/sp_sloppy.c
@@ -1,7 +1,5 @@
1#include "php_snuffleupagus.h" 1#include "php_snuffleupagus.h"
2 2
3ZEND_DECLARE_MODULE_GLOBALS(snuffleupagus)
4
5ZEND_API zend_op_array* (*orig_zend_compile_file)(zend_file_handle* file_handle, 3ZEND_API zend_op_array* (*orig_zend_compile_file)(zend_file_handle* file_handle,
6 int type) = NULL; 4 int type) = NULL;
7ZEND_API zend_op_array* (*orig_zend_compile_string)(zval* source_string, 5ZEND_API zend_op_array* (*orig_zend_compile_string)(zval* source_string,