From 71a38958f602c4e5057ed2c95e4e5c5613d0e341 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 7 Jun 2024 17:21:26 +0200 Subject: Fix GH-14480 Method visibility issue introduced in version 8.2.20 --- php82.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'php82.spec') diff --git a/php82.spec b/php82.spec index 09bc619..4d7a7e8 100644 --- a/php82.spec +++ b/php82.spec @@ -126,7 +126,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 1%{?dist} +Release: 2%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -187,6 +187,7 @@ Patch47: php-8.1.0-phpinfo.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) +Patch100: php-gh14480.patch # Security fixes (200+) @@ -1205,6 +1206,7 @@ in pure PHP. %patch -P91 -p1 -b .remi-oci8 # upstream patches +%patch -P100 -p1 -b .gh14480 # security patches @@ -2200,6 +2202,9 @@ fi %changelog +* Fri Jun 7 2024 Remi Collet - 8.2.20-2 +- Fix GH-14480 Method visibility issue introduced in version 8.2.20 + * Tue Jun 4 2024 Remi Collet - 8.2.20-1 - Update to 8.2.20 - http://www.php.net/releases/8_2_20.php -- cgit