Solved Cannot find APC cache using pkg

Hi could anyone please tell me how I can install php5-mysqlnd (MySQL Native Driver) and php5-apc (Alternative PHP Cache) using pkg
I tried pkg search but the result was blank

At the moment I use lang/php56.
 
SirDice
Am right to assume that It can be install using pkg install php56-opcache and by adding the following in my /etc/php.ini
Code:
opcache.enable=1
opcache.enable_cli=1
opcache.memory_consumption=128
opcache.interned_strings_buffer=4
opcache.max_accelerated_files=3907
opcache.fast_shutdown=1
 
Last edited by a moderator:
To be honest I have no idea as I've never used APC or Zend OpCache. It was just something I ran into in the past when working on updating a client's machine. It was the main reason why the update was postponed because the client's web site made heavy use of APC and it was not possible to upgrade the PHP version.
 
Back
Top