Link new INI settings in migration guide to manual proper

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350232 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2020-07-28 09:11:31 +00:00
parent c653b888fb
commit 0bc9adb864

View file

@ -31,12 +31,12 @@
<sect2 xml:id="migration74.other-changes.ini">
<title>Changes to INI File Handling</title>
<para>
<literal>zend.exception_ignore_args</literal> is a new INI directive
<link linkend="ini.zend.exception-ignore-args">zend.exception_ignore_args</link> is a new INI directive
for including or excluding arguments from stack traces generated
from exceptions.
</para>
<para>
<literal>opcache.preload_user</literal> is a new INI directive
<link linkend="ini.opcache.preload-user">opcache.preload_user</link> is a new INI directive
for specifying the user account under which preloading
code is execute if it would otherwise be run as root (which is not
allowed for security reasons).