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.
1 parent fb724ef commit 39fd02dCopy full SHA for 39fd02d
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