diff options
Diffstat (limited to 'src/php_snuffleupagus.h')
| -rw-r--r-- | src/php_snuffleupagus.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h index bc927a0..0bdf602 100644 --- a/src/php_snuffleupagus.h +++ b/src/php_snuffleupagus.h | |||
| @@ -25,6 +25,11 @@ | |||
| 25 | #include "zend_string.h" | 25 | #include "zend_string.h" |
| 26 | #include "zend_extensions.h" | 26 | #include "zend_extensions.h" |
| 27 | 27 | ||
| 28 | /* Compatibility */ | ||
| 29 | #if PHP_VERSION_ID < 70200 | ||
| 30 | typedef void (*zif_handler)(INTERNAL_FUNCTION_PARAMETERS); | ||
| 31 | #endif | ||
| 32 | |||
| 28 | #include "sp_pcre_compat.h" | 33 | #include "sp_pcre_compat.h" |
| 29 | #include "sp_list.h" | 34 | #include "sp_list.h" |
| 30 | #include "sp_tree.h" | 35 | #include "sp_tree.h" |
