Quellcode durchsuchen

Merge branch '1.0.x'

* 1.0.x:
  Add note about virtual `$cmd` collection
Andreas Braun vor 9 Jahren
Ursprung
Commit
f37daacac4
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -93,6 +93,9 @@ unserializing them.
  - The [authenticate](https://secure.php.net/manual/en/mongodb.authenticate.php)
  - The [authenticate](https://secure.php.net/manual/en/mongodb.authenticate.php)
  method is not supported. To connect to a database with authentication, please
  method is not supported. To connect to a database with authentication, please
  supply the credentials using the connection string.
  supply the credentials using the connection string.
+ - The `$cmd` collection cannot be used due to an issue in the underlying driver.
+ To run commands, use the [command](https://secure.php.net/manual/en/mongodb.command.php)
+ method instead of querying the virtual `$cmd` collection.
 
 
 ## MongoCollection
 ## MongoCollection