Skip to content

Updated to support PHP 7.0#49

Open
MagicalCrib wants to merge 1 commit intopetrockblog:masterfrom
MagicalCrib:master
Open

Updated to support PHP 7.0#49
MagicalCrib wants to merge 1 commit intopetrockblog:masterfrom
MagicalCrib:master

Conversation

@MagicalCrib
Copy link

I've used this script to install with ownCloud 10.0.4.
It installs new needed packages for PHP 7.0, and also redis-server.
To activate memcache with redis and APC, the following lines need to be added to owncloud/config/config.php file
'memcache.local' => '\OC\Memcache\APCu', 'redis' => [ 'host' => 'localhost', // can also be a unix domain socket: '/tmp/redis.sock' 'port' => 6379, 'timeout' => 0.0, 'password' => '', // Optional, if not defined no password will be used. 'dbindex' => 0, // Optional, if undefined SELECT will not run and will use Redis Server's default DB Index. ], 'memcache.locking' => '\OC\Memcache\Redis', // Add this for best performance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant