From cb2bfc152e5b206b8891732df2e7d761d8de23f0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 14 Dec 2023 14:30:53 +0100 Subject: update to 1.0.1 drop patch merged upstream --- 169.patch | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 169.patch (limited to '169.patch') diff --git a/169.patch b/169.patch deleted file mode 100644 index 351ada2..0000000 --- a/169.patch +++ /dev/null @@ -1,36 +0,0 @@ -From eedeeb06c4fc02c0d28bf1aab3a1622666a52de2 Mon Sep 17 00:00:00 2001 -From: Remi Collet -Date: Fri, 1 Sep 2023 10:11:30 +0200 -Subject: [PATCH] relax test for 8.3 - ---- - tests/comparison_root/003_php8.phpt | 2 +- - tests/comparison_root/004_php8.phpt | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/tests/comparison_root/003_php8.phpt b/tests/comparison_root/003_php8.phpt -index 8f814df..1539aac 100644 ---- a/tests/comparison_root/003_php8.phpt -+++ b/tests/comparison_root/003_php8.phpt -@@ -14,7 +14,7 @@ $result = $jsonPath->find($data, "$"); - var_dump($result); - ?> - --EXPECTF-- --Fatal error: Uncaught TypeError: JsonPath\JsonPath::find(): Argument #1 ($data) must be of type array, bool given in %s003_php8.php:%d -+Fatal error: Uncaught TypeError: JsonPath\JsonPath::find(): Argument #1 ($data) must be of type array, %s given in %s003_php8.php:%d - Stack trace: - %s - %s -diff --git a/tests/comparison_root/004_php8.phpt b/tests/comparison_root/004_php8.phpt -index 4fd994f..69275b9 100644 ---- a/tests/comparison_root/004_php8.phpt -+++ b/tests/comparison_root/004_php8.phpt -@@ -14,7 +14,7 @@ $result = $jsonPath->find($data, "$"); - var_dump($result); - ?> - --EXPECTF-- --Fatal error: Uncaught TypeError: JsonPath\JsonPath::find(): Argument #1 ($data) must be of type array, bool given in %s004_php8.php:%d -+Fatal error: Uncaught TypeError: JsonPath\JsonPath::find(): Argument #1 ($data) must be of type array, %s given in %s004_php8.php:%d - Stack trace: - %s - %s -- cgit