Author Topic: I switched to php 7  (Read 9140 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
I switched to php 7
« 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


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



After installation I have to enable it in some way?

I missed something?

Offline
*****
Re: I switched to php 7
« Reply #1 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
« Last Edit: December 07, 2016, 02:38:58 PM by Administrator »

Offline
*
Re: I switched to php 7
« Reply #2 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?