Update to 7.2.4 - http://www.php.net/releases/7_2_4.php
FPM: update default pool configuration for process.dumpable
This commit is contained in:
parent
77b0aa8c57
commit
37a60cef16
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ php-7.1.*.xz
|
||||
/php-7.2.3RC1.tar.xz
|
||||
/php-7.2.3.tar.xz
|
||||
/php-7.2.4RC1.tar.xz
|
||||
/php-7.2.4.tar.xz
|
||||
|
@ -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;
|
||||
|
8
php.spec
8
php.spec
@ -59,12 +59,12 @@
|
||||
%endif
|
||||
|
||||
%global upver 7.2.4
|
||||
%global rcver RC1
|
||||
#global rcver RC1
|
||||
|
||||
Summary: PHP scripting language for creating dynamic web sites
|
||||
Name: php
|
||||
Version: %{upver}%{?rcver:~%{rcver}}
|
||||
Release: 3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
# All files licensed under PHP version 3.01, except
|
||||
# Zend is licensed under Zend
|
||||
# TSRM is licensed under BSD
|
||||
@ -1550,6 +1550,10 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 27 2018 Remi Collet <remi@remirepo.net> - 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
|
||||
|
||||
* Wed Mar 21 2018 Remi Collet <remi@remirepo.net> - 7.2.4~RC1-3
|
||||
- use systemd RuntimeDirectory instead of /etc/tmpfiles.d
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (php-7.2.4RC1.tar.xz) = e9005947fc016162fed8d077c26076c9c823ed02957f21ac5a749749577c361a72e0f998b810a8b4529e157c6d210f1cf550dd99d316505dcb59f74483fc4be5
|
||||
SHA512 (php-7.2.4.tar.xz) = d1d0720f0d4bb28f7ce0ec7c859b14c1e74e9d0e7c73de6988d5ce737d7ccb7308c0a7a2651ee012c630be2cd53e6531505df0a03f0efbb6359176b446982244
|
||||
|
Loading…
Reference in New Issue
Block a user