From 97ec7fc29e804aa027c68a1fafc9a8d9cb9ca654 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 5 Jul 2018 16:32:41 +0200 Subject: FPM: add getallheaders, backported from 7.3 --- php.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 56f1e9f..5a6b0b5 100644 --- a/php.spec +++ b/php.spec @@ -130,7 +130,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 @@ -177,6 +177,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 @@ -918,6 +920,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 @@ -1862,6 +1865,9 @@ fi %changelog +* Tue Jul 3 2018 Remi Collet - 7.2.8~RC1-2 +- FPM: add getallheaders, backported from 7.3 + * Tue Jul 3 2018 Remi Collet - 7.2.8~RC1-1 - update to 7.2.8RC1 -- cgit