From 8836930d8ece47670dd2645386fcb31fd6a8369c Mon Sep 17 00:00:00 2001 From: Kristina Chodorow Date: Thu, 25 Feb 2010 18:00:15 +0000 Subject: [PATCH] updated properties git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295511 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongo/ini.xml | 38 +------------------------------------- reference/mongo/mongo.xml | 12 ------------ 2 files changed, 1 insertion(+), 49 deletions(-) diff --git a/reference/mongo/ini.xml b/reference/mongo/ini.xml index 49097517c2..4abf63234a 100644 --- a/reference/mongo/ini.xml +++ b/reference/mongo/ini.xml @@ -1,7 +1,7 @@
- &reftitle.runtime; + php.ini Options &extension.runtime; @@ -35,16 +35,6 @@ truePHP_INI_SYSTEM - - mongo.max_persistent - -1 - PHP_INI_SYSTEM - - - mongo.max_connections - -1 - PHP_INI_SYSTEM - mongo.chunk_size 262144 @@ -120,32 +110,6 @@ - - - mongo.max_persistent - int - - - - The number of simultaneous persistent connections to allow. -1 allows - unlimited persistent connections. - - - - - - - mongo.max_connections - int - - - - The number of simultaneous connections to allow. -1 allows unlimited - connections. - - - - mongo.chunk_size diff --git a/reference/mongo/mongo.xml b/reference/mongo/mongo.xml index 611666ac11..020ea651b0 100644 --- a/reference/mongo/mongo.xml +++ b/reference/mongo/mongo.xml @@ -81,18 +81,6 @@ $db = $m->foo; // get the database named "foo" server localhost:27017 - - protected - string - username - "" - - - protected - string - password - "" - protected boolean