diff options
| author | Remi Collet <remi@remirepo.net> | 2024-06-07 16:32:02 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2024-06-07 16:32:02 +0200 | 
| commit | 088ff8fd602d8b080a61b63df48fc562593cd7c6 (patch) | |
| tree | c96de95626a11a112a9e63919550d2df6518d710 /php83.spec | |
| parent | 6f1f926ffe9df9d67f152fcb3507f4bd1a698a39 (diff) | |
Fix GH-14480 Method visibility issue introduced in version 8.3.8
Diffstat (limited to 'php83.spec')
| -rw-r--r-- | php83.spec | 7 | 
1 files changed, 6 insertions, 1 deletions
@@ -127,7 +127,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 @@ -192,6 +192,7 @@ Patch48: php-8.3.0-openssl-ec-param.patch  Patch91: php-7.2.0-oci8conf.patch  # Upstream fixes (100+) +Patch100: php-gh14480.patch  # Security fixes (200+) @@ -1212,6 +1213,7 @@ in pure PHP.  %patch -P91 -p1 -b .remi-oci8  # upstream patches +%patch -P100 -p1 -b .gh14480  # security patches @@ -2212,6 +2214,9 @@ fi  %changelog +* Fri Jun  7 2024 Remi Collet <remi@remirepo.net> - 8.3.8-2 +- Fix GH-14480 Method visibility issue introduced in version 8.3.8 +  * Tue Jun  4 2024 Remi Collet <remi@remirepo.net> - 8.3.8-1  - Update to 8.3.8 - http://www.php.net/releases/8_3_8.php  | 
