diff --git a/.config/apcu.config.php b/.config/apcu.config.php new file mode 100644 index 0000000000000000000000000000000000000000..69fed876a37564b238262bb854a37a9c7e576279 --- /dev/null +++ b/.config/apcu.config.php @@ -0,0 +1,4 @@ +<?php +$CONFIG = array ( + 'memcache.local' => '\OC\Memcache\APCu', +); diff --git a/10.0/apache/config/apcu.config.php b/10.0/apache/config/apcu.config.php new file mode 100644 index 0000000000000000000000000000000000000000..69fed876a37564b238262bb854a37a9c7e576279 --- /dev/null +++ b/10.0/apache/config/apcu.config.php @@ -0,0 +1,4 @@ +<?php +$CONFIG = array ( + 'memcache.local' => '\OC\Memcache\APCu', +); diff --git a/10.0/fpm/config/apcu.config.php b/10.0/fpm/config/apcu.config.php new file mode 100644 index 0000000000000000000000000000000000000000..69fed876a37564b238262bb854a37a9c7e576279 --- /dev/null +++ b/10.0/fpm/config/apcu.config.php @@ -0,0 +1,4 @@ +<?php +$CONFIG = array ( + 'memcache.local' => '\OC\Memcache\APCu', +); diff --git a/11.0/apache/config/apcu.config.php b/11.0/apache/config/apcu.config.php new file mode 100644 index 0000000000000000000000000000000000000000..69fed876a37564b238262bb854a37a9c7e576279 --- /dev/null +++ b/11.0/apache/config/apcu.config.php @@ -0,0 +1,4 @@ +<?php +$CONFIG = array ( + 'memcache.local' => '\OC\Memcache\APCu', +); diff --git a/11.0/fpm/config/apcu.config.php b/11.0/fpm/config/apcu.config.php new file mode 100644 index 0000000000000000000000000000000000000000..69fed876a37564b238262bb854a37a9c7e576279 --- /dev/null +++ b/11.0/fpm/config/apcu.config.php @@ -0,0 +1,4 @@ +<?php +$CONFIG = array ( + 'memcache.local' => '\OC\Memcache\APCu', +); diff --git a/12.0/apache/config/apcu.config.php b/12.0/apache/config/apcu.config.php new file mode 100644 index 0000000000000000000000000000000000000000..69fed876a37564b238262bb854a37a9c7e576279 --- /dev/null +++ b/12.0/apache/config/apcu.config.php @@ -0,0 +1,4 @@ +<?php +$CONFIG = array ( + 'memcache.local' => '\OC\Memcache\APCu', +); diff --git a/12.0/fpm/config/apcu.config.php b/12.0/fpm/config/apcu.config.php new file mode 100644 index 0000000000000000000000000000000000000000..69fed876a37564b238262bb854a37a9c7e576279 --- /dev/null +++ b/12.0/fpm/config/apcu.config.php @@ -0,0 +1,4 @@ +<?php +$CONFIG = array ( + 'memcache.local' => '\OC\Memcache\APCu', +);