summaryrefslogtreecommitdiff
path: root/src/php_snuffleupagus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/php_snuffleupagus.h')
-rw-r--r--src/php_snuffleupagus.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h
index 1c45653..0141a87 100644
--- a/src/php_snuffleupagus.h
+++ b/src/php_snuffleupagus.h
@@ -53,6 +53,10 @@
53#if PHP_VERSION_ID < 70200 53#if PHP_VERSION_ID < 70200
54typedef void (*zif_handler)(INTERNAL_FUNCTION_PARAMETERS); 54typedef void (*zif_handler)(INTERNAL_FUNCTION_PARAMETERS);
55#endif 55#endif
56#if PHP_VERSION_ID >= 80000
57#define TSRMLS_FETCH()
58#define TSRMLS_C
59#endif
56 60
57#include "sp_pcre_compat.h" 61#include "sp_pcre_compat.h"
58#include "sp_list.h" 62#include "sp_list.h"