From 1585a91cf9065851e6e9561c67947fc3ba64b20b Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Thu, 29 Nov 2012 06:06:32 +0000 Subject: [PATCH] Fixed bug#63624 (documentation concerning settings for Mongo-Database) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328556 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/ini.list.xml | 3 ++- reference/mongo/ini.xml | 32 ++++++++++++++++++++++---------- 2 files changed, 24 insertions(+), 11 deletions(-) diff --git a/appendices/ini.list.xml b/appendices/ini.list.xml index 8df3c6f08c..58f99943cf 100644 --- a/appendices/ini.list.xml +++ b/appendices/ini.list.xml @@ -1,7 +1,7 @@ -
+
List of &php.ini; directives This list includes the &php.ini; directives you can set to configure your @@ -1825,6 +1825,7 @@ PHP_INI_SYSTEM Available since PHP 4.3.0. + msql.allow_persistent "1" diff --git a/reference/mongo/ini.xml b/reference/mongo/ini.xml index a65cb11bfd..fa0ccc17d3 100644 --- a/reference/mongo/ini.xml +++ b/reference/mongo/ini.xml @@ -12,63 +12,75 @@ &Name; &Default; &Changeable; + &Changelog;; - + mongo.allow_empty_keys - false + 0 PHP_INI_ALL + mongo.allow_persistent - true - PHP_INI_SYSTEM + 1 + PHP_INI_ALL + Removed in 1.3.0 mongo.chunk_size 262144 - PHP_INI_SYSTEM + PHP_INI_ALL + mongo.cmd "$" PHP_INI_ALL + mongo.default_host "localhost" PHP_INI_ALL + mongo.default_port 27017 PHP_INI_ALL + mongo.is_master_interval 60 PHP_INI_ALL + Added in 1.3.0 mongo.long_as_object - false + 0 PHP_INI_ALL + mongo.native_long - false* + 0* PHP_INI_ALL + mongo.ping_interval 5 PHP_INI_ALL + mongo.utf8 - "1" + 1 PHP_INI_ALL + @@ -104,7 +116,7 @@ mongo.allow_persistent - bool + int @@ -214,7 +226,7 @@ $query = array( "i" => array( ":gt" => 20, ":lte" => 30 ) ); mongo.long_as_object - string + int