update main ini table

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184699 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nuno Lopes 2005-04-19 18:48:13 +00:00
parent 916b5de4dd
commit 7e4a343d5c
2 changed files with 46 additions and 11 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.18 $ -->
<!-- $Revision: 1.19 $ -->
<appendix id="ini">
<title>&php.ini; directives</title>
@ -126,7 +126,7 @@
<entry></entry>
</row>
<row>
<entry>apd.statement_tracing</entry>
<entry><link linkend="ini.apd.statement-tracing">apd.statement_tracing</link></entry>
<entry>"0"</entry>
<entry>PHP_INI_ALL</entry>
<entry></entry>
@ -695,6 +695,12 @@
<entry>PHP_INI_ALL</entry>
<entry></entry>
</row>
<row>
<entry>ibm_db2.binmode</entry>
<entry>"0"</entry>
<entry>PHP_INI_ALL</entry>
<entry></entry>
</row>
<row>
<entry>iconv.input_encoding</entry>
<entry>"ISO-8859-1"</entry>
@ -1044,13 +1050,13 @@
<entry></entry>
</row>
<row>
<entry>mime_magic.debug</entry>
<entry><link linkend="ini.mime-magic.debug">mime_magic.debug</link></entry>
<entry>"0"</entry>
<entry>PHP_INI_SYSTEM</entry>
<entry>Available since PHP 5.0.0.</entry>
</row>
<row>
<entry>mime_magic.magicfile</entry>
<entry><link linkend="ini.mime-magic.magicfile">mime_magic.magicfile</link></entry>
<entry>"/path/to/php/magic.mime"</entry>
<entry>PHP_INI_SYSTEM</entry>
<entry>Available since PHP 4.3.0.</entry>
@ -1361,12 +1367,6 @@
<entry>PHP_INI_PERDIR</entry>
<entry>Available since PHP 4.0.4.</entry>
</row>
<row>
<entry>pdo.global_value</entry>
<entry>"42"</entry>
<entry>PHP_INI_ALL</entry>
<entry></entry>
</row>
<row>
<entry>pfpro.defaulthost</entry>
<entry>"test-payflow.verisign.com"</entry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<section id="mime-magic.configuration">
&reftitle.runtime;
&extension.runtime;
@ -16,6 +16,12 @@
</row>
</thead>
<tbody>
<row>
<entry>mime_magic.debug</entry>
<entry>"0"</entry>
<entry>PHP_INI_SYSTEM</entry>
<entry>Available since PHP 5.0.0.</entry>
</row>
<row>
<entry>mime_magic.magicfile</entry>
<entry>"/path/to/php/magic.mime"</entry>
@ -27,6 +33,35 @@
</table>
&ini.php.constants;
</para>
&ini.descriptions.title;
<para>
<variablelist>
<varlistentry id="ini.mime-magic.debug">
<term>
<parameter>mime_magic.debug</parameter>
<type>bool</type>
</term>
<listitem>
<para>
Enable/disable debugging.
</para>
</listitem>
</varlistentry>
<varlistentry id="ini.mime-magic.magicfile">
<term>
<parameter>mime_magic.magicfile</parameter>
<type>string</type>
</term>
<listitem>
<para>
The path to the magic.mime file.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</section>
<!-- Keep this comment at the end of the file