Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Project U-232 (http://www.bvlist.com/forumdisplay.php?f=80)
-   -   opcache (http://www.bvlist.com/showthread.php?t=10888)

kira 5th July 2016 20:19

opcache
 
tuto: http://fideloper.com/install-zend-opcache

Hi how install Zend OPcache ?
i've /usr/lib/php5/20100525/opcache.so it s OK
i ve create file opcache.ini and # Add the following to opcache.ini

But
error Zend OPcache extension does not appear to be installed

Help plz :sos:

DND 5th July 2016 21:11

wow.. such nice description
LOL
what OS you use? what php version ? for starters...:coffee:

kira 6th July 2016 06:04

OKi lol, i used the link for install :
https://www.howtoforge.com/installin...-debian-wheezy

OS debian 7
php 5.4
Apache2

DND 6th July 2016 07:49

#1 apt-get install -y php-pear
#2 apt-get install -y build-essential php5-dev
#3 pecl install zendopcache-7.0.5
#4 nano /etc/php5/mods-available/opcache.ini

Quote:

zend_extension=/usr/lib/php5/20100525/opcache.so
opcache.memory_consumption=128
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=4000
opcache.revalidate_freq=60
opcache.fast_shutdown=1
opcache.enable_cli=1
#5 php5enmod opcache
#6 service apache2 restart
#7 php -v [see if it got installed]
#8 apt-get remove --purge build-essential php5-dev

kira 6th July 2016 13:03

ok it's good, I did not installed remove --purge :wallbash:
THX man :ok:

DND 6th July 2016 13:37

what? that doesn't make any sense
remove/purge is to remove the dev build because you usually don't need it :coffee:


All times are GMT +2. The time now is 04:37.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.