From 18e9ef66371704bd9bbf344f2f874df34b67b722 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 26 Feb 2014 15:24:45 +0100 Subject: php-pecl-mongo: 1.5.0alpha1 (for remi-test) --- mongo.ini | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'mongo.ini') diff --git a/mongo.ini b/mongo.ini index 1bb81f3..84516a3 100644 --- a/mongo.ini +++ b/mongo.ini @@ -6,9 +6,6 @@ extension=mongo.so ; If empty strings ("") should be allowed as key names. ;mongo.allow_empty_keys = 0 -; If persistent connections are allowed. -;mongo.allow_persistent = 1 - ; The number of bytes-per-chunk. ; This number must be at least 100 less than 4 megabytes (max: 4194204) ;mongo.chunk_size = 262144 @@ -24,7 +21,7 @@ extension=mongo.so ; For replicaset connections: The minimum interval with which the driver ; will send "isMaster" requests to the MongoDB server. -;mongo.is_master_interval = 60 +;mongo.is_master_interval = 15 ; Return a BSON_LONG as an instance of MongoInt64 ; (instead of a primitive type). @@ -36,9 +33,3 @@ mongo.native_long = true ; For replicaset connections: The minimum interval with which the driver ; will send "ping" requests to the MongoDB server. ;mongo.ping_interval = 5 - -; If an exception should be thrown for non-UTF8 strings. -; This option will be eliminated and exceptions always thrown for non-UTF8 -; strings starting with version 1.1.0. -mongo.utf8 = 1 - -- cgit