X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=fpm-conf-split.patch;fp=fpm-conf-split.patch;h=083fbf05e6698f23a9f0310b76b7b933a1e56a40;hb=9fad9d37fde6a093d0e89e8a6c2bd383bfb668bc;hp=3d4bd92a238d65fc4d263c9e1e3f1014df9b1005;hpb=082839bcc2cd8b1f1b375d14845f09b5b00500b1;p=packages%2Fphp.git diff --git a/fpm-conf-split.patch b/fpm-conf-split.patch index 3d4bd92..083fbf0 100644 --- a/fpm-conf-split.patch +++ b/fpm-conf-split.patch @@ -1,5 +1,6 @@ ---- php-5.6.5/sapi/fpm/php-fpm.conf.in~ 2015-02-04 19:22:00.000000000 +0200 -+++ php-5.6.5/sapi/fpm/php-fpm.conf.in 2015-02-04 19:23:22.109298245 +0200 +diff -urNpa php-5.6.35.orig/sapi/fpm/php-fpm.conf.in php-5.6.35/sapi/fpm/php-fpm.conf.in +--- php-5.6.35.orig/sapi/fpm/php-fpm.conf.in 2018-03-28 21:28:58.000000000 +0000 ++++ php-5.6.35/sapi/fpm/php-fpm.conf.in 2018-04-12 10:03:34.184687949 +0000 @@ -6,14 +6,6 @@ ; prefix (@prefix@). This prefix can be dynamically changed by using the ; '-p' argument from the command line. @@ -15,7 +16,7 @@ ;;;;;;;;;;;;;;;;;; ; Global Options ; ;;;;;;;;;;;;;;;;;; -@@ -115,415 +115,3 @@ +@@ -123,421 +115,3 @@ ; ports and different management options. The name of the pool will be ; used in logs and stats. There is no limitation on the number of pools which ; FPM can handle. Your system will tell you anyway :) @@ -93,6 +94,12 @@ -; 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; @@ -431,9 +438,10 @@ -;php_admin_value[error_log] = /var/log/fpm-php.www.log -;php_admin_flag[log_errors] = on -;php_admin_value[memory_limit] = 32M ---- /dev/null 2007-02-13 18:29:53.000000000 +0200 -+++ php-5.6.5/sapi/fpm/php-fpm.conf-d.in 2015-02-04 19:23:20.709225773 +0200 -@@ -0,0 +1,411 @@ +diff -urNpa php-5.6.35.orig/sapi/fpm/php-fpm.conf-d.in php-5.6.35/sapi/fpm/php-fpm.conf-d.in +--- php-5.6.35.orig/sapi/fpm/php-fpm.conf-d.in 1970-01-01 00:00:00.000000000 +0000 ++++ php-5.6.35/sapi/fpm/php-fpm.conf-d.in 2018-04-12 10:04:12.417687518 +0000 +@@ -0,0 +1,417 @@ +; Start a new pool named 'www'. +; the variable $pool can we used in any directive and will be replaced by the +; pool name ('www' here) @@ -507,6 +515,12 @@ +; 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; @@ -845,9 +859,10 @@ +;php_admin_value[error_log] = /var/log/fpm-php.www.log +;php_admin_flag[log_errors] = on +;php_admin_value[memory_limit] = 32M ---- php-5.5.7/sapi/fpm/config.m4~ 2013-12-16 17:57:03.000000000 +0200 -+++ php-5.5.7/sapi/fpm/config.m4 2013-12-16 18:00:34.936527309 +0200 -@@ -609,7 +609,7 @@ +diff -urNpa php-5.6.35.orig/sapi/fpm/config.m4 php-5.6.35/sapi/fpm/config.m4 +--- php-5.6.35.orig/sapi/fpm/config.m4 2018-03-28 21:28:58.000000000 +0000 ++++ php-5.6.35/sapi/fpm/config.m4 2018-04-12 10:02:48.432688464 +0000 +@@ -667,7 +667,7 @@ if test "$PHP_FPM" != "no"; then PHP_ADD_BUILD_DIR(sapi/fpm/fpm) PHP_ADD_BUILD_DIR(sapi/fpm/fpm/events) @@ -856,9 +871,10 @@ PHP_ADD_MAKEFILE_FRAGMENT([$abs_srcdir/sapi/fpm/Makefile.frag]) SAPI_FPM_PATH=sapi/fpm/php-fpm ---- php-5.6.2/sapi/fpm/Makefile.frag~ 2014-10-15 15:59:32.000000000 +0300 -+++ php-5.6.2/sapi/fpm/Makefile.frag 2014-10-27 08:12:57.402883790 +0200 -@@ -11,8 +11,9 @@ +diff -urNpa php-5.6.35.orig/sapi/fpm/Makefile.frag php-5.6.35/sapi/fpm/Makefile.frag +--- php-5.6.35.orig/sapi/fpm/Makefile.frag 2018-03-28 21:28:58.000000000 +0000 ++++ php-5.6.35/sapi/fpm/Makefile.frag 2018-04-12 10:02:48.432688464 +0000 +@@ -11,8 +11,9 @@ install-fpm: $(SAPI_FPM_PATH) @$(INSTALL) -m 0755 $(SAPI_FPM_PATH) $(INSTALL_ROOT)$(sbindir)/$(program_prefix)php-fpm$(program_suffix)$(EXEEXT) @echo "Installing PHP FPM config: $(INSTALL_ROOT)$(sysconfdir)/" && \