problem with memcache and Xcache

#1
hi all,
in this case,
when i wanted to compile php 7.0.3 and put the checkpoint on memcache and Xcache i got error:
for memcache:
in the 3 step (can't download and extact it)
for Xcache:
in compile section
i think it's because of php 7.0.3
 

lsfoo

Administrator
#2
Hi Seyed,

Did you try PHP 7.0.2?

I am not sure about what happened regarding memcache, but for Xcache, what error message are you seeing during compilation?


EDIT:
I just found out that there is no official/stable release for memcache and Xcache with regards to PHP 7 yet. Therefore, we will not support this combination until one is released.

We apologize for any inconvenience that this may cause.

Kevin
 
Last edited:

Pong

Administrator
#4
Opcode cache, you can use php70-opcache from php main packages. In LiteSpeed CentOS repo, lsphp70-opcache.

Memcache pecl extention is not stable yet for PHP 7 unless you want to try some development version from git.
 
Top