I try to install OpCache, but have this info:
	
	
	
		
The server has one php php-fpm71. Previously, I installed php-mod 5.6 as second php and php 7.1 as mod_php. I think it could be problem with previously installed php.
I do:
	
	
	
		
I have zend in options.conf set to off. I checked lots of thread on forum and in google, but I am not sure what to do next.
				
			
		Code:
	
	Zend OPcache requires Zend Engine API version 320151012.
The Zend Engine API version 320160303 which is installed, is newer.
Contact Zend Technologies at http://www.zend.com/ for a later version of Zend OPcache.The server has one php php-fpm71. Previously, I installed php-mod 5.6 as second php and php 7.1 as mod_php. I think it could be problem with previously installed php.
I do:
		Code:
	
	./build update
./build opcache
#opCache is now installed for PHP 7.1.
#Restarting php-fpm71.I have zend in options.conf set to off. I checked lots of thread on forum and in google, but I am not sure what to do next.