diff options
| author | bef | 2019-06-20 12:40:07 +0200 |
|---|---|---|
| committer | jvoisin | 2019-06-20 10:40:07 +0000 |
| commit | 1b52614c06b60ced6caecd8dcaa0911ed3aa72e2 (patch) | |
| tree | f9090e36de2a1788ae07da04e859ec3666600827 /src/php_snuffleupagus.h | |
| parent | db20c8ddf4d5c068e20bbce1f6d283c9eb06119a (diff) | |
Fix snufflepagus_globals linking issues and one mac compatibility issue
Diffstat (limited to 'src/php_snuffleupagus.h')
| -rw-r--r-- | src/php_snuffleupagus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h index c9313f8..43131fe 100644 --- a/src/php_snuffleupagus.h +++ b/src/php_snuffleupagus.h | |||
| @@ -99,6 +99,7 @@ HashTable *sp_internal_functions_hook; | |||
| 99 | HashTable *sp_eval_blacklist_functions_hook; | 99 | HashTable *sp_eval_blacklist_functions_hook; |
| 100 | ZEND_END_MODULE_GLOBALS(snuffleupagus) | 100 | ZEND_END_MODULE_GLOBALS(snuffleupagus) |
| 101 | 101 | ||
| 102 | ZEND_EXTERN_MODULE_GLOBALS(snuffleupagus) | ||
| 102 | #define SNUFFLEUPAGUS_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(snuffleupagus, v) | 103 | #define SNUFFLEUPAGUS_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(snuffleupagus, v) |
| 103 | 104 | ||
| 104 | #if defined(ZTS) && defined(COMPILE_DL_SNUFFLEUPAGUS) | 105 | #if defined(ZTS) && defined(COMPILE_DL_SNUFFLEUPAGUS) |
