Bug 182459

Summary: [PATCH] www/pecl-zendopcache is now part of the base php package
Product: Ports & Packages Reporter: Bernard Spil <brnrd>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff none

Description Bernard Spil freebsd_committer freebsd_triage 2013-09-28 14:30:00 UTC
PHP has included the PECL extension opcache from ZEND into the base php package as of php 5.5, see https://wiki.php.net/rfc/optimizerplus

The patches mark www/pecl-zendopcache as incompatible with 5.5 and create an additional port www/php55-opcache like for other bundled extensions. 

extension must be enabled as a zend-extension not a regular extension

This may require an entry in UPDATING as well for people upgrading 5.4 to 5.5

Fix: PORTNAME=      zendopcache
 PORTVERSION=   7.0.2
@@ -20,6 +20,7 @@
 USE_PHP_BUILD= yes
 USE_ZENDEXT=   yes
 PHP_MODNAME=   opcache
+IGNORE_WITH_PHP=       55

 PORTDOCS=      *
How-To-Repeat: Install lang/php55
Install www/pecl-zendopcache
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-28 14:30:07 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-10-04 08:39:08 UTC
State Changed
From-To: open->closed

Port committed!