mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
![]() Ensure that the cache store requirements are met prior to attempting to instantiate a class. Many of the constructors create connections to external services requiring the installation and availability of classes that are specified in are_requirements_met(). If they are not checked properly you end up with PHP Fatal errors rather than falling back to a different store that is capabable without the the extra classes loaded. |
||
---|---|---|
.. | ||
config.php | ||
definition.php | ||
dummystore.php | ||
factory.php | ||
helper.php | ||
interfaces.php | ||
loaders.php | ||
store.php |