summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/sablot/sablot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sablot/sablot.c b/ext/sablot/sablot.c
index 268202f053..3154aab94b 100644
--- a/ext/sablot/sablot.c
+++ b/ext/sablot/sablot.c
@@ -166,7 +166,7 @@ static SchemeHandler sh = {
_php_sablot_sh_close
};
-PHP_DECLARE_MODULE_GLOBALS(sablot)
+ZEND_DECLARE_MODULE_GLOBALS(sablot)
static unsigned char sixth_arg_force_ref[] = { 6, BYREF_NONE, BYREF_NONE, BYREF_NONE, BYREF_NONE, BYREF_NONE, BYREF_FORCE };
static unsigned char third_arg_force_ref[] = { 4, BYREF_NONE, BYREF_NONE, BYREF_FORCE, BYREF_NONE };