diff options
Diffstat (limited to 'php72.spec')
-rw-r--r-- | php72.spec | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -117,7 +117,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 @@ -167,6 +167,8 @@ Patch45: php-7.2.3-ldap_r.patch Patch46: php-7.2.4-fixheader.patch # drop "Configure command" from phpinfo output Patch47: php-5.6.3-phpinfo.patch +# getallheaders for FPM backported from 7.3 +Patch48: php-7.2.8-getallheaders.patch # RC Patch Patch91: php-7.2.0-oci8conf.patch @@ -1077,6 +1079,7 @@ low-level PHP extension for the libsodium cryptographic library. %endif %patch46 -p1 -b .fixheader %patch47 -p1 -b .phpinfo +%patch48 -p1 -b .getallheaders %patch91 -p1 -b .remi-oci8 @@ -2136,6 +2139,9 @@ fi %changelog +* Tue Jul 3 2018 Remi Collet <remi@remirepo.net> - 7.2.8~RC1-2 +- FPM: add getallheaders, backported from 7.3 + * Tue Jul 3 2018 Remi Collet <remi@remirepo.net> - 7.2.8~RC1-1 - update to 7.2.8RC1 |