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 --- failed.txt | 2 +- php-fpm-www.conf | 6 ++++++ php.spec | 10 +++++++--- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/failed.txt b/failed.txt index 22186f4..1f58d1e 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.2.4RC1 (2018-03-15) +===== 7.2.4 (2018-03-29) $ grep -r 'Tests failed' /var/lib/mock/scl72*/build.log diff --git a/php-fpm-www.conf b/php-fpm-www.conf index 70da573..6108783 100644 --- a/php-fpm-www.conf +++ b/php-fpm-www.conf @@ -71,6 +71,12 @@ listen.allowed_clients = 127.0.0.1 ; Default Value: no set ; process.priority = -19 +; Set the process dumpable flag (PR_SET_DUMPABLE prctl) even if the process user +; or group is differrent than the master process user. It allows to create process +; core dump and ptrace the process for the pool user. +; Default Value: no +; process.dumpable = yes + ; Choose how the process manager will control the number of child processes. ; Possible Values: ; static - a fixed number (pm.max_children) of child processes; 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