[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/install/fpm/_configuration.xml?=
From:       Christoph_Michael_Becker <cmb () php ! net>
Date:       2018-05-11 22:00:39
Message-ID: svn-cmb-1526076039-345004-1651981466 () svn ! php ! net
[Download RAW message or body]

cmb                                      Fri, 11 May 2018 22:00:39 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=345004

Log:
Fix #76329: process.dumpable missing from docs

We document the new configuration option.  Since formerly process.dumpable
was implicitly enabled, other parts of the docs might need an update.  We
rely on follow-up bug reports or PhDOE patches to fix those parts, if any.

Bug: https://bugs.php.net/76329 (Open) process.dumpable missing from docs
      
Changed paths:
    U   phpdoc/en/trunk/install/fpm/configuration.xml

Modified: phpdoc/en/trunk/install/fpm/configuration.xml
===================================================================
--- phpdoc/en/trunk/install/fpm/configuration.xml	2018-05-11 16:44:53 UTC (rev 345003)
+++ phpdoc/en/trunk/install/fpm/configuration.xml	2018-05-11 22:00:39 UTC (rev 345004)
@@ -505,6 +505,20 @@
        </para>
       </listitem>
      </varlistentry>
+     <varlistentry xml:id="process-dumpable">
+      <term>
+       <parameter>process.dumpable</parameter>
+       <type>boolean</type>
+      </term>
+      <listitem>
+       <para>
+        Set the process dumpable flag (PR_SET_DUMPABLE prctl) even if the process user
+        or group is different than the master process user. It allows to create process
+        core dump and ptrace the process for the pool user.
+        Default Value: no. Since PHP 7.0.29, 7.1.17 and 7.2.5.
+       </para>
+      </listitem>
+     </varlistentry>
      <varlistentry xml:id="prefix">
       <term>
        <parameter>prefix</parameter>



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic