From 67970660edb6db2870a59e36607841c698f003ac Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 14 Jun 2020 08:33:20 +0200 Subject: update to 1.3.5 drop patch merged upstream --- 10.patch | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 10.patch (limited to '10.patch') diff --git a/10.patch b/10.patch deleted file mode 100644 index d33e5a4..0000000 --- a/10.patch +++ /dev/null @@ -1,47 +0,0 @@ -From e1eadcf2e44cecbf2816290f1d4edb0a74767028 Mon Sep 17 00:00:00 2001 -From: Remi Collet -Date: Sun, 25 Jun 2017 06:52:52 +0200 -Subject: [PATCH] Fix test suite for php 7.2 - ---- - package.xml | 1 + - tests/autoload_001.phpt | 18 ++++++++++-------- - tests/autoload_002.phpt | 17 +++++++++++++++++ - 3 files changed, 28 insertions(+), 8 deletions(-) - create mode 100644 tests/autoload_002.phpt - -diff --git a/tests/autoload_001.phpt b/tests/autoload_001.phpt -index 96ef592..eeaa20a 100644 ---- a/tests/autoload_001.phpt -+++ b/tests/autoload_001.phpt -@@ -1,5 +1,7 @@ - --TEST-- - __autoload() is functional -+--SKIPIF-- -+= 70200) die("skip PHP < 7.2 only"); ?> - --FILE-- - -+===DONE=== -+--EXPECTF-- -+string(9) "undefined" -+===DONE=== -- cgit