From 74481f9eecfe4bb16abcc1260a97282f664b4e59 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 23 Oct 2020 11:47:46 +0200 Subject: backport fix for https://bugs.php.net/74083 from 7.4 master PHP-fpm is stopped on multiple reloads --- php73.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'php73.spec') diff --git a/php73.spec b/php73.spec index c427401..7468974 100644 --- a/php73.spec +++ b/php73.spec @@ -126,7 +126,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 @@ -183,6 +183,9 @@ Patch46: php-7.3.20-fixheader.patch Patch47: php-7.3.20-phpinfo.patch # backport PDOStatement::getColumnMeta from 7.4 Patch48: php-7.3.3-pdooci.patch +# backport FPM signals changes from 7.4 +# https://bugs.php.net/74083 master PHP-fpm is stopped on multiple reloads +Patch49: php-7.3.24-fpm.patch # RC Patch Patch91: php-7.2.0-oci8conf.patch @@ -1161,6 +1164,7 @@ low-level PHP extension for the libsodium cryptographic library. %patch46 -p1 -b .fixheader %patch47 -p1 -b .phpinfo %patch48 -p1 -b .pdooci +%patch49 -p1 -b .fpmsig %patch91 -p1 -b .remi-oci8 @@ -2259,6 +2263,10 @@ fi %changelog +* Fri Oct 23 2020 Remi Collet - 7.3.24~RC1-2 +- backport fix for https://bugs.php.net/74083 from 7.4 + master PHP-fpm is stopped on multiple reloads + * Tue Oct 13 2020 Remi Collet - 7.3.24~RC1-1 - update to 7.3.24RC1 -- cgit