We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4849c0e + ba248e0 commit 06614b5Copy full SHA for 06614b5
src/phpFastCache/Drivers/Mongodb/Driver.php
@@ -64,7 +64,7 @@ public function driverCheck()
64
The Support for the MongoDB extension will be added coming soon.', E_USER_ERROR);
65
}
66
67
- return extension_loaded('Mongodb');
+ return extension_loaded('Mongodb') && class_exists('MongoClient');
68
69
70
/**
0 commit comments