blob: db41ef8cb5d80255b24030ab114e4b4d2b3e788d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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=',
|