From 7e4a343d5c0169937b633d643affb03a855bc57b Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Tue, 19 Apr 2005 18:48:13 +0000 Subject: [PATCH] update main ini table git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184699 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/ini.xml | 20 +++++++++---------- reference/mime_magic/ini.xml | 37 +++++++++++++++++++++++++++++++++++- 2 files changed, 46 insertions(+), 11 deletions(-) diff --git a/appendices/ini.xml b/appendices/ini.xml index 2ad3837659..40dc3ce464 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -1,5 +1,5 @@ - + &php.ini; directives @@ -126,7 +126,7 @@ - apd.statement_tracing + apd.statement_tracing "0" PHP_INI_ALL @@ -695,6 +695,12 @@ PHP_INI_ALL + + ibm_db2.binmode + "0" + PHP_INI_ALL + + iconv.input_encoding "ISO-8859-1" @@ -1044,13 +1050,13 @@ - mime_magic.debug + mime_magic.debug "0" PHP_INI_SYSTEM Available since PHP 5.0.0. - mime_magic.magicfile + mime_magic.magicfile "/path/to/php/magic.mime" PHP_INI_SYSTEM Available since PHP 4.3.0. @@ -1361,12 +1367,6 @@ PHP_INI_PERDIR Available since PHP 4.0.4. - - pdo.global_value - "42" - PHP_INI_ALL - - pfpro.defaulthost "test-payflow.verisign.com" diff --git a/reference/mime_magic/ini.xml b/reference/mime_magic/ini.xml index 620fac86b2..3f0b0f4d24 100644 --- a/reference/mime_magic/ini.xml +++ b/reference/mime_magic/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -16,6 +16,12 @@ + + mime_magic.debug + "0" + PHP_INI_SYSTEM + Available since PHP 5.0.0. + mime_magic.magicfile "/path/to/php/magic.mime" @@ -27,6 +33,35 @@ &ini.php.constants; + + &ini.descriptions.title; + + + + + + mime_magic.debug + bool + + + + Enable/disable debugging. + + + + + + mime_magic.magicfile + string + + + + The path to the magic.mime file. + + + + +