Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jul 2013 13:36:43 +0400
From:      Subbsd <subbsd@gmail.com>
To:        ports-list freebsd <freebsd-ports@freebsd.org>, ale@freebsd.org
Subject:   lang/php55 and buildin opcode
Message-ID:  <CAFt_eMqKNkoOAWcj2cBB02OH7vxwrR2KgY5hEbDr8k906MYa1Q@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hi, ive try to add into the port options for Zend Opcode:

..
+               --enable-opcache \
..
-OPTIONS_DEFINE=        CLI CGI FPM APACHE AP2FILTER EMBED DEBUG DTRACE
IPV6 MAILHEAD LINKTHR
-OPTIONS_DEFAULT=CLI CGI IPV6 LINKTHR
+OPTIONS_DEFINE=        CLI CGI FPM APACHE AP2FILTER EMBED DEBUG DTRACE
IPV6 MAILHEAD LINKTHR OPCACHE
+OPTIONS_DEFAULT=CLI CGI IPV6 LINKTHR OPCACHE
..
+OPCACHE_DESC=  Enable Zend OPcache support
..
+.if empty(PORT_OPTIONS:MOPCACHE)
+CONFIGURE_ARGS+=--disable-opcache
+.endif
..

which is now part of php55. But when i build php55 --enable-opcache, i do
not see via phpinfo something about OpCode support.

So, www/pecl-zendopcache is still necessary for lang/php55 when we need for
zend opcode? Thanks



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFt_eMqKNkoOAWcj2cBB02OH7vxwrR2KgY5hEbDr8k906MYa1Q>