From fce7dfc48bbf810d94e898419a2a997df4cba888 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 3 Dec 2020 11:06:39 +0100 Subject: add upstream patch for PHP 8 --- varnish-upstream.patch | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 varnish-upstream.patch (limited to 'varnish-upstream.patch') diff --git a/varnish-upstream.patch b/varnish-upstream.patch deleted file mode 100644 index a1fd02a..0000000 --- a/varnish-upstream.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- pecl/varnish/trunk/exception.c 2018/06/27 11:47:15 345221 -+++ pecl/varnish/trunk/exception.c 2018/06/27 13:34:24 345222 -@@ -86,6 +86,7 @@ - zend_throw_exception_ex( - VarnishException_ce, - PHP_VARNISH_UNIMPL_EXCEPTION TSRMLS_CC, -+ "%s", - (NULL != msg) ? msg : "The functionality you're trying to use is not available on windows" - ); - } ---- pecl/varnish/trunk/varnish_lib.c 2018/06/27 11:47:15 345221 -+++ pecl/varnish/trunk/varnish_lib.c 2018/06/27 13:34:24 345222 -@@ -373,6 +373,7 @@ - zend_throw_exception_ex( - VarnishException_ce, - PHP_VARNISH_SHM_EXCEPTION TSRMLS_CC, -+ "%s", - #if HAVE_VARNISHAPILIB >= 40 - VSM_Error(vsd) - #else -@@ -394,6 +395,7 @@ - zend_throw_exception_ex( - VarnishException_ce, - PHP_VARNISH_SHM_EXCEPTION TSRMLS_CC, -+ "%s", - #if HAVE_VARNISHAPILIB >= 40 - VSM_Error(vsd) - #else -- cgit