summaryrefslogtreecommitdiffstats
path: root/varnish-upstream.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-12-03 11:06:39 +0100
committerRemi Collet <remi@remirepo.net>2020-12-03 11:06:39 +0100
commitfce7dfc48bbf810d94e898419a2a997df4cba888 (patch)
tree82b7efe6c7bb3a1d9e78134efcfc20179d87ecc7 /varnish-upstream.patch
parent1d3f1d05ce18099f3984ebc0a4ea9e1fa8a1755f (diff)
add upstream patch for PHP 8
Diffstat (limited to 'varnish-upstream.patch')
-rw-r--r--varnish-upstream.patch28
1 files changed, 0 insertions, 28 deletions
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