mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix some ini ids (they should begin with ini.)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@113008 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
86d395d5ae
commit
a59199d915
1 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.90 $ -->
|
||||
<!-- $Revision: 1.91 $ -->
|
||||
<chapter id="configuration">
|
||||
<title>Configuration</title>
|
||||
|
||||
|
@ -403,7 +403,7 @@ php_value auto_prepend_file none
|
|||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry id="allow-call-time-pass-reference">
|
||||
<varlistentry id="ini.allow-call-time-pass-reference">
|
||||
<term>
|
||||
<parameter>allow_call_time_pass_reference</parameter>
|
||||
<type>boolean</type>
|
||||
|
@ -426,7 +426,7 @@ php_value auto_prepend_file none
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="expose-php">
|
||||
<varlistentry id="ini.expose-php">
|
||||
<term>
|
||||
<parameter>expose_php</parameter>
|
||||
<type>boolean</type>
|
||||
|
@ -620,7 +620,7 @@ php_value auto_prepend_file none
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="arg-separator.input">
|
||||
<varlistentry id="ini.arg-separator.input">
|
||||
<term>
|
||||
<parameter>arg_separator.input</parameter>
|
||||
<type>string</type>
|
||||
|
@ -1063,7 +1063,7 @@ include_path=".;c:\php\includes"
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="fastcgi.impersonate">
|
||||
<varlistentry id="ini.fastcgi.impersonate">
|
||||
<term>
|
||||
<parameter>fastcgi.impersonate</parameter>
|
||||
<type>string</type>
|
||||
|
|
Loading…
Reference in a new issue