mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Link
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283131 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f5987baf1b
commit
e3a3f0d6ab
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.86 $ -->
|
||||
<!-- $Revision: 1.87 $ -->
|
||||
|
||||
<appendix xml:id="ini" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>&php.ini; directives</title>
|
||||
|
@ -4226,7 +4226,8 @@ auto_prepend_file=security.php
|
|||
from left to right, newer values override older values.
|
||||
</para>
|
||||
<para>
|
||||
If this directive is not set, variables_order is used for
|
||||
If this directive is not set, <link
|
||||
linkend="ini.variables-order">variables_order</link> is used for
|
||||
<varname>$_REQUEST</varname> contents.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
Loading…
Reference in a new issue