I have installed already php 5.6 and memcached using http://php-osx.liip.ch/. Now I need x-cache and I don't know how to install and turn module on for php. Please, help. Thank's in advance.
Asked
Active
Viewed 736 times
0
-
First step is reading documentation. – Luc M Jan 13 '15 at 19:34
1 Answers
0
I would suggest you installed Homebrew, fire up a Terminal and run brew install php56-xcache
. You might need to run brew tap homebrew/dupes && brew tap homebrew/versions && brew tap homebrew/homebrew-php
before you're able to run it.
Also, Homebrew will probably install a new version of PHP 5.6, but it's seriously worth it as easy as a brew install php56-mcrypt
if you wanted to install mcrypt (or any other package).

rdiz
- 6,136
- 1
- 29
- 41