summaryrefslogtreecommitdiffstats
path: root/php72.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-07-05 18:20:30 +0200
committerRemi Collet <remi@remirepo.net>2018-07-05 18:20:30 +0200
commitf28da6245d70ca43aba1f428ada28b0dff556dc7 (patch)
tree58e895bb5f8b2fd39fb1c6aa4842c544c1ab1c4b /php72.spec
parent6b9aa5b9589cb9c8ff8ca7a4c8ee4b7cff8e3cf0 (diff)
FPM: add getallheaders, backported from 7.3
Diffstat (limited to 'php72.spec')
-rw-r--r--php72.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/php72.spec b/php72.spec
index bccb0ac..9b9b00b 100644
--- a/php72.spec
+++ b/php72.spec
@@ -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