summaryrefslogtreecommitdiffstats
path: root/83.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-12-21 09:14:13 +0100
committerRemi Collet <remi@remirepo.net>2018-12-21 09:14:13 +0100
commitf351749f374c93d982dd33a6d98b05d098f6ac6b (patch)
tree88f105f9e497b6c3f76813032bed63c661b36567 /83.patch
parent76306c46ea9e4e27fb7c0a395c63777883ccee73 (diff)
update Archive_Tar to 1.4.4
drop PHP 7.2 deprecated option, patch from https://github.com/pear/pear-core/pull/83
Diffstat (limited to '83.patch')
-rw-r--r--83.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/83.patch b/83.patch
new file mode 100644
index 0000000..db41ef8
--- /dev/null
+++ b/83.patch
@@ -0,0 +1,22 @@
+From fe2a8caae5ed69e268d8ff7a3a17c666960a9d04 Mon Sep 17 00:00:00 2001
+From: Remi Collet <remi@remirepo.net>
+Date: Fri, 21 Dec 2018 08:19:34 +0100
+Subject: [PATCH] Drop track_errors from options, as this may raise
+ E_DEPRECATED warning and thus make test suite fail
+
+---
+ PEAR/RunTest.php | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/PEAR/RunTest.php b/PEAR/RunTest.php
+index 482beccb3..af9113ab9 100644
+--- a/PEAR/RunTest.php
++++ b/PEAR/RunTest.php
+@@ -64,7 +64,6 @@ class PEAR_RunTest
+ 'display_errors=1',
+ 'log_errors=0',
+ 'html_errors=0',
+- 'track_errors=1',
+ 'report_memleaks=0',
+ 'report_zend_debug=0',
+ 'docref_root=',