Bug 181200

Summary: Missing compile option in lang/php55
Product: Ports & Packages Reporter: Daniel Ylitalo <daniel>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Daniel Ylitalo 2013-08-10 09:30:00 UTC
As of PHP 5.5 the opcode cache is included in core and is enabled by issuing --enable-opcache during compile.

There should be an make config option to enable this

One can read more about it here:
http://php.net/manual/en/opcache.installation.php

Fix: 

Add a new option called OPcache which adds --enable-opcache to the compile arguments
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-10 09:30:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2013-08-12 13:56:08 UTC
State Changed
From-To: open->closed

Use www/pecl-zendopcache.