summaryrefslogtreecommitdiffstats
path: root/yac-php81.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-12-20 07:37:24 +0100
committerRemi Collet <remi@php.net>2021-12-20 07:37:24 +0100
commite8b2d76741e1a90b6cb46c74ec5680420a3e12eb (patch)
treebc96c70c2771cadfd2ec82e13bd7b4241889c66d /yac-php81.patch
parentf12234c1b855631ed349d8814914fa45f78f7488 (diff)
update to 2.3.1
drop patch merged upstream
Diffstat (limited to 'yac-php81.patch')
-rw-r--r--yac-php81.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/yac-php81.patch b/yac-php81.patch
deleted file mode 100644
index e4d4c45..0000000
--- a/yac-php81.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-From 14fd1ecb6d95b9eecf3356fb2b3f01d937d2e4b5 Mon Sep 17 00:00:00 2001
-From: Remi Collet <remi@remirepo.net>
-Date: Wed, 4 Aug 2021 14:05:13 +0200
-Subject: [PATCH] relax test for 8.1.0beta2
-
----
- tests/023.phpt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tests/023.phpt b/tests/023.phpt
-index 0dce792..1fc658a 100644
---- a/tests/023.phpt
-+++ b/tests/023.phpt
-@@ -9,4 +9,4 @@ yac.enable=0
- class Sub extends Yac {};
- ?>
- --EXPECTF--
--Fatal error: Class Sub may not inherit from final class (Yac) in %s023.php on line %d
-+Fatal error: Class Sub %s final class %s