From 3e27fbb3d22b42d181e15c345f1c59a007b6b58c Mon Sep 17 00:00:00 2001 From: Andrea Faulds Date: Sun, 11 Sep 2016 19:14:37 +0100 Subject: [PATCH] Keep dummy FAST_ZPP macro for compatibility --- Zend/zend_API.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Zend/zend_API.h b/Zend/zend_API.h index c50ae42fdb2..7fd7756674f 100644 --- a/Zend/zend_API.h +++ b/Zend/zend_API.h @@ -665,6 +665,11 @@ END_EXTERN_C() /* Fast parameter parsing API */ +/* Fast ZPP is always enabled now; this define is left in for compatibility + * with any existing conditional compilation blocks. + */ +#define FAST_ZPP 1 + #define Z_EXPECTED_TYPES(_) \ _(Z_EXPECTED_LONG, "integer") \ _(Z_EXPECTED_BOOL, "boolean") \