From 1b52614c06b60ced6caecd8dcaa0911ed3aa72e2 Mon Sep 17 00:00:00 2001 From: bef Date: Thu, 20 Jun 2019 12:40:07 +0200 Subject: Fix snufflepagus_globals linking issues and one mac compatibility issue --- src/sp_utils.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/sp_utils.c') diff --git a/src/sp_utils.c b/src/sp_utils.c index 475d552..7641808 100644 --- a/src/sp_utils.c +++ b/src/sp_utils.c @@ -1,7 +1,5 @@ #include "php_snuffleupagus.h" -ZEND_DECLARE_MODULE_GLOBALS(snuffleupagus) - bool sp_zend_string_equals(const zend_string* s1, const zend_string* s2) { // We can't use `zend_string_equals` here because it doesn't work on // `const` zend_string. -- cgit v1.3