summaryrefslogtreecommitdiffstats
path: root/php71.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-10-25 10:35:43 +0200
committerRemi Collet <remi@remirepo.net>2018-10-25 10:35:43 +0200
commitd7655a6b0d15a1a93dc381a005698aec95931f25 (patch)
treeea816ab5a1018bef9a50492d02c8d9a3921360a8 /php71.spec
parent58d19e666eccf885324268cde15819faba76be8e (diff)
FPM: add getallheaders, backported from 7.3
Diffstat (limited to 'php71.spec')
-rw-r--r--php71.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/php71.spec b/php71.spec
index e903653..83b391f 100644
--- a/php71.spec
+++ b/php71.spec
@@ -113,7 +113,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
@@ -164,6 +164,8 @@ Patch45: php-7.1.15-ldap_r.patch
Patch47: php-5.6.3-phpinfo.patch
# Automatically load OpenSSL configuration file
Patch48: php-7.1.9-openssl-load-config.patch
+# getallheaders for FPM backported from 7.3
+Patch49: php-7.1.24-getallheaders.patch
# RC Patch
Patch91: php-5.6.3-oci8conf.patch
@@ -1010,6 +1012,7 @@ support for JavaScript Object Notation (JSON) to PHP.
%endif
%patch47 -p1 -b .phpinfo
%patch48 -p1 -b .loadconf
+%patch49 -p1 -b .getallheaders
%patch91 -p1 -b .remi-oci8
@@ -2056,6 +2059,9 @@ fi
%changelog
+* Wed Oct 24 2018 Remi Collet <remi@remirepo.net> - 7.1.24~RC1-2
+- FPM: add getallheaders, backported from 7.3
+
* Wed Oct 24 2018 Remi Collet <remi@remirepo.net> - 7.1.24~RC1-1
- update to 7.1.24RC1