summaryrefslogtreecommitdiffstats
path: root/varnish-up.patch
diff options
context:
space:
mode:
Diffstat (limited to 'varnish-up.patch')
-rw-r--r--varnish-up.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/varnish-up.patch b/varnish-up.patch
new file mode 100644
index 0000000..a7429c6
--- /dev/null
+++ b/varnish-up.patch
@@ -0,0 +1,11 @@
+--- pecl/varnish/trunk/varnish.c 2021/01/18 07:21:40 352310
++++ pecl/varnish/trunk/varnish.c 2021/01/18 08:00:09 352311
+@@ -47,7 +47,7 @@
+
+ #ifndef ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX
+ #define ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(name, return_reference, required_num_args, type, allow_null) \
+- ZEND_BEGIN_ARG_INFO_EX(name, _unused, return_reference, required_num_args)
++ ZEND_BEGIN_ARG_INFO_EX(name, 0, return_reference, required_num_args)
+ #endif
+
+ #ifndef ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE