-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 1.3.2
-
Component/s: None
-
None
A segfault reported in mongodb/mongo-php-driver#666 appears to come from the following usage of the PHP driver:
<?php // A null connection string defaults to "mongodb://127.0.0.1:27017" $m = new MongoDB\Driver\Manager(null, ['authMechanism' => 'SCRAM-SHA-1', 'ssl' => false]); // Execute a basic ping command to trigger connection initialization $c = $m->executeCommand('admin', new MongoDB\Driver\Command(['ping'=>1])); var_dump($c->toArray()[0]);
- depends on
-
CDRIVER-2342 _mongoc_scram_start() segfault if scram->user is null
- Closed
-
PHPC-1044 Upgrade libbson and libmongoc to 1.8.2
- Closed
- links to