summaryrefslogtreecommitdiff
path: root/src/php_snuffleupagus.h
diff options
context:
space:
mode:
authorBen Fuhrmannek2021-08-07 22:33:21 +0200
committerBen Fuhrmannek2021-08-07 22:33:21 +0200
commit26ee817a0e5a2bed4994fd4efc13e7f5106ca55c (patch)
tree5cb9d274592fa4869c10a25affec977ce8b778a8 /src/php_snuffleupagus.h
parent51c020904f25ac7400e4db2e5174edc8c49fcb43 (diff)
PHP7 compatibility
Diffstat (limited to 'src/php_snuffleupagus.h')
-rw-r--r--src/php_snuffleupagus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h
index be4d306..928095d 100644
--- a/src/php_snuffleupagus.h
+++ b/src/php_snuffleupagus.h
@@ -65,6 +65,7 @@ typedef void (*zif_handler)(INTERNAL_FUNCTION_PARAMETERS);
65#define SP_CONFIG_INVALID 0 65#define SP_CONFIG_INVALID 0
66#define SP_CONFIG_NONE -1 66#define SP_CONFIG_NONE -1
67 67
68#include "sp_php_compat.h"
68#include "sp_pcre_compat.h" 69#include "sp_pcre_compat.h"
69#include "sp_list.h" 70#include "sp_list.h"
70#include "sp_tree.h" 71#include "sp_tree.h"