Control Web Panel

WebPanel => Updates => Topic started by: alebal on December 07, 2016, 03:14:03 AM

Title: I switched to php 7
Post by: alebal on December 07, 2016, 03:14:03 AM
Hello to all
November 30 I decided to take the plunge, I switched to php 7

All right, except for some small configuration to be redone, but in the following days I noticed a big drop in visits to my site
(http://alebalweb.com/temp/Schermata%20del%202016-12-07%2004:04:00.png)

I noticed that after upgrading missing memcached, which in php 5 I installed following this guide http://forum.centos-webpanel.com/installation/how-can-install-memcached-thanks/msg4987/#msg4987, I reinstalled php 7 (always with the guide) and it was fine (no error), however, I do not see it among the installed modules

(http://alebalweb.com/temp/Schermata%20del%202016-12-07%2004:10:15.png)

After installation I have to enable it in some way?

I missed something?
Title: Re: I switched to php 7
Post by: Sandeep on December 07, 2016, 06:10:16 AM
you need to compile php with flags, check php documentation how to install it
for memcached with php7 you can also contact support for installation
Title: Re: I switched to php 7
Post by: alebal on December 10, 2016, 04:18:22 AM
I don't understand what you mean...
http://php.net/manual-lookup.php?pattern=flags&scope=quickref

Could you explain more?