Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Project U-232
Reply
  #1  
Old 5th July 2016, 20:19
kira kira is offline
Senior Member
 
Join Date: Jul 2011
France
Posts: 69
Default 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
Reply With Quote
  #2  
Old 5th July 2016, 21:11
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,241
Default
wow.. such nice description
LOL
what OS you use? what php version ? for starters...
__________________
Need HELP!? I can install:

  1. Server/VPS (Debian,CentOS,Ubuntu,Fedora, FreeBSD) Optimization and ... + Modules
  2. Webserver Windows/Linux (Apache/Lighttpd/Nginx/Mysql/PhpMyAdmin/SSL) Optimization and ... + Modules
  3. Seedbox Windows/Linux (uTorrent,rTorrent,libTorrent,ruTorrent) + Modules
  4. Multiple source code engines
  5. Linux Server Administration (security, cryptography/encryption, proxy, load balancer, custom ddos firewall)
Reply With Quote
  #3  
Old 6th July 2016, 06:04
kira kira is offline
Senior Member
 
Join Date: Jul 2011
France
Posts: 69
Default
OKi lol, i used the link for install :
https://www.howtoforge.com/installin...-debian-wheezy

OS debian 7
php 5.4
Apache2
Reply With Quote
  #4  
Old 6th July 2016, 07:49
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,241
Default
#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
__________________
Need HELP!? I can install:

  1. Server/VPS (Debian,CentOS,Ubuntu,Fedora, FreeBSD) Optimization and ... + Modules
  2. Webserver Windows/Linux (Apache/Lighttpd/Nginx/Mysql/PhpMyAdmin/SSL) Optimization and ... + Modules
  3. Seedbox Windows/Linux (uTorrent,rTorrent,libTorrent,ruTorrent) + Modules
  4. Multiple source code engines
  5. Linux Server Administration (security, cryptography/encryption, proxy, load balancer, custom ddos firewall)
Reply With Quote
  #5  
Old 6th July 2016, 13:03
kira kira is offline
Senior Member
 
Join Date: Jul 2011
France
Posts: 69
Default
ok it's good, I did not installed remove --purge
THX man
Reply With Quote
  #6  
Old 6th July 2016, 13:37
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,241
Default
what? that doesn't make any sense
remove/purge is to remove the dev build because you usually don't need it
__________________
Need HELP!? I can install:

  1. Server/VPS (Debian,CentOS,Ubuntu,Fedora, FreeBSD) Optimization and ... + Modules
  2. Webserver Windows/Linux (Apache/Lighttpd/Nginx/Mysql/PhpMyAdmin/SSL) Optimization and ... + Modules
  3. Seedbox Windows/Linux (uTorrent,rTorrent,libTorrent,ruTorrent) + Modules
  4. Multiple source code engines
  5. Linux Server Administration (security, cryptography/encryption, proxy, load balancer, custom ddos firewall)
Reply With Quote
Reply

Tags
opcache

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 15:36. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.