Patch document-openbasedir-realpath-relation for Safe Mode/open_basedir Bug #77406
Patch version 2019-01-03 04:29 UTC
Return to Bug #77406 |
Download this patch
Patch Revisions:
Developer: wbob@buerotiger.de
--- en/appendices/ini.core.xml
+++ en/appendices/ini.core.xml
@@ -624,6 +624,11 @@
</tbody>
</tgroup>
</table>
+ <note>
+ <para>
+ Using <option>open_basedir</option> will <emphasis>DISABLE</emphasis> the realpath cache.
+ </para>
+ </note>
</para>
&ini.descriptions.title;
<para>
@@ -1550,6 +1555,12 @@
regardless of the operating system.
</para>
</note>
+ <note>
+ <para>
+ Using open_basedir will set <option>realpath_cache_size</option> to 0 and
+ thus <emphasis>DISABLE</emphasis> the realpath cache.
+ </para>
+ </note>
</listitem>
</varlistentry>
|