From 78a90b5569e204c50de99597da51f0d97fc61f37 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 27 Mar 2018 16:25:42 +0200 Subject: Update to 7.2.4 - http://www.php.net/releases/7_2_4.php FPM: update default pool configuration for process.dumpable --- php.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 9a496ae..abff13a 100644 --- a/php.spec +++ b/php.spec @@ -125,12 +125,12 @@ %endif %global upver 7.2.4 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}} -Release: 2%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1862,9 +1862,13 @@ fi %changelog +* Tue Mar 27 2018 Remi Collet - 7.2.4-1 +- Update to 7.2.4 - http://www.php.net/releases/7_2_4.php +- FPM: update default pool configuration for process.dumpable + * Thu Mar 15 2018 Remi Collet - 7.2.4~RC1-2 - add file trigger to restart the php-fpm service - when new pool or new extension installed + when new pool or new extension installed (F27+) * Tue Mar 13 2018 Remi Collet - 7.2.4~RC1-1 - update to 7.2.4RC1 -- cgit