summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-10-25 09:31:41 +0200
committerRemi Collet <remi@remirepo.net>2018-10-25 09:31:41 +0200
commit17e7969160e95bcf31c74bc0860f725083d8f683 (patch)
treec5f25d89ae4cc9f5f049c6722c6a74a21c6dfb53 /php.spec
parent0ccc0239b364376a73a4a0d24e7217f781835b2f (diff)
FPM: add getallheaders, backported from 7.3
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/php.spec b/php.spec
index 92cb995..b9f754a 100644
--- a/php.spec
+++ b/php.spec
@@ -126,7 +126,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}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
@@ -178,6 +178,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
@@ -900,6 +902,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
@@ -1844,6 +1847,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