X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Finstaller%2FInstaller.php;h=03f997471b42c49c0ddd8cc3338184e6261fdeca;hp=eafb9d4939d0012b79aaed1ff245379780dd8798;hb=9964ca1a390c446397dcd466916ffed356cdc3c9;hpb=e3f6c10d87732c0c8a9bbd7bb57b6c964b92e29a diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index eafb9d4939..03f997471b 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -244,6 +244,7 @@ abstract class Installer { protected $objectCaches = [ 'xcache' => 'xcache_get', 'apc' => 'apc_fetch', + 'apcu' => 'apcu_fetch', 'wincache' => 'wincache_ucache_get' ];