mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
PHP-1387: Fixed missing version info for MongoCursor::doQuery and MongoWriteConcernException::getDocument
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335867 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0207f79751
commit
e6d4ddaa94
1 changed files with 3 additions and 0 deletions
|
@ -118,6 +118,7 @@
|
|||
<function name='mongocursor::count' from='PECL mongo >=0.9.2'/>
|
||||
<function name='mongocursor::current' from='PECL mongo >=0.9.0'/>
|
||||
<function name='mongocursor::dead' from='PECL mongo >=0.9.6'/>
|
||||
<function name='mongocursor::doquery' from='PECL mongo >=0.9.0 <1.6.0'/>
|
||||
<function name='mongocursor::explain' from='PECL mongo >=0.9.2'/>
|
||||
<function name='mongocursor::fields' from='PECL mongo >=1.0.6'/>
|
||||
<function name='mongocursor::getnext' from='PECL mongo >=0.9.0'/>
|
||||
|
@ -286,7 +287,9 @@
|
|||
<function name='mongoduplicatekeyexception' from='PECL mongo >= 1.5.0'/>
|
||||
<function name='mongoprotocolexception' from='PECL mongo >= 1.5.0'/>
|
||||
<function name='mongoexecutiontimeoutexception' from='PECL mongo >= 1.5.0'/>
|
||||
|
||||
<function name='mongowriteconcernexception' from='PECL mongo >= 1.5.0'/>
|
||||
<function name='mongowriteconcernexception::getDocument' from='PECL mongo >= 1.5.0'/>
|
||||
<!-- }}} -->
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue