You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 1.2.4 introduces regression with error Required 'ns' option is missing from index specification
AFAICT error is introduced in lib/Mongo/MongoCollection.php with replacement of \MongoDB\generate_index_name($keys); with $this->generateIndexName($keys);
# composer show | grep mong
alcaeus/mongo-php-adapter 1.2.4 Adapter to provide ext-mongo interface on top of mongo-php-library
mongodb/mongodb 1.6.1 MongoDB driver library
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Version 1.2.4 introduces regression with error
Required 'ns' option is missing from index specification
AFAICT error is introduced in
lib/Mongo/MongoCollection.php
with replacement of\MongoDB\generate_index_name($keys);
with$this->generateIndexName($keys);
Versions 1.2.3 and below work ok.
Tag diff
PHP: v7.2.34-33+ubuntu18.04.1+deb.sury.org+1
MongoDB server: 3.4.x
The text was updated successfully, but these errors were encountered: