esmero/archipelago-deployment

Add $settings['class_loader_auto_detect'] = FALSE for PHP8

Closed this issue · 1 comments

What?

PHP8 is fast and APC is greedy. Means when developing and adding new classes the PHP container will cache Classes and autoloaders won't work on new classes added on the fly.

For development purposes on this repo we should put this to FALSE on settings.php but leave as it is on archipelago-deployment-live

Solved via f323806