1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/14129] Caches extensions autoloaders

PHPBB3-14129
This commit is contained in:
Tristan Darricau
2016-01-25 13:50:23 +01:00
parent 56062a2635
commit cc38bf550b
3 changed files with 41 additions and 1 deletions

View File

@@ -49,6 +49,7 @@ abstract class base implements \phpbb\cache\driver\driver_interface
$this->remove_dir($fileInfo->getPathname());
}
else if (strpos($filename, 'container_') === 0 ||
strpos($filename, 'autoload_') === 0 ||
strpos($filename, 'url_matcher') === 0 ||
strpos($filename, 'url_generator') === 0 ||
strpos($filename, 'sql_') === 0 ||