[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/reference/mongodb/mongodb/driver/_command.xml?=
From:       Derick_Rethans <derick () php ! net>
Date:       2018-04-25 8:36:37
Message-ID: svn-derick-1524645397-344831-1942818460 () svn ! php ! net
[Download RAW message or body]

derick                                   Wed, 25 Apr 2018 08:36:37 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=344831

Log:
PHPC-1170: Deprecate autoIndexId for collection creation

Changed paths:
    U   phpdoc/en/trunk/reference/mongodb/mongodb/driver/command.xml

Modified: phpdoc/en/trunk/reference/mongodb/mongodb/driver/command.xml
===================================================================
--- phpdoc/en/trunk/reference/mongodb/mongodb/driver/command.xml	2018-04-25 07:37:11 UTC (rev 344830)
+++ phpdoc/en/trunk/reference/mongodb/mongodb/driver/command.xml	2018-04-25 08:36:37 UTC (rev 344831)
@@ -58,9 +58,6 @@
     function __construct($collectionName) {
         $this->cmd["create"] = (string)$collectionName;
     }
-    function setAutoIndexId($bool) {
-        $this->cmd["autoIndexId"] = (bool)$bool;
-    }
     function setCappedCollection($maxBytes, $maxDocuments = false) {
         $this->cmd["capped"] = true;
         $this->cmd["size"]   = (int)$maxBytes;



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic