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 7ce4c4f commit da7e3a7Copy full SHA for da7e3a7
src/phpFastCache/Drivers/Mongodb/Driver.php
@@ -67,7 +67,7 @@ public function driverCheck()
67
The Support for the MongoDB extension will be added coming soon.', E_USER_ERROR);
68
}
69
70
- return extension_loaded('Mongodb');
+ return extension_loaded('Mongodb') && class_exists('MongoClient');
71
72
73
/**
0 commit comments