mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 00:28:47 +02:00
🐛 apc_clear_cache & opcache_reset can both be called
especially since not calling apc_clear_cache may result in invalid apcu entries...
This commit is contained in:
@@ -171,7 +171,7 @@ class MFCompiler
|
||||
// Zend opcode cache
|
||||
opcache_reset();
|
||||
}
|
||||
else if (function_exists('apc_clear_cache'))
|
||||
if (function_exists('apc_clear_cache'))
|
||||
{
|
||||
// old style APC
|
||||
apc_clear_cache();
|
||||
|
||||
Reference in New Issue
Block a user