From 4e9b4bd630b7cd313f2a047b729fcaa8e57cd463 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 18 Jan 2021 09:09:51 +0100 Subject: update to 1.2.6 drop patch merged upstream --- varnish-up.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 varnish-up.patch (limited to 'varnish-up.patch') 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 -- cgit