Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Feb 2013 17:09:07 +0800 (CST)
From:      Gasol Wu <gasol.wu@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/176320: [NEW PORT] devel/php5-ZendOptimizerPlus: Faster PHP opcode caching and optimization
Message-ID:  <20130221090907.AEAD374714D@goingmarry.kkbox.com>
Resent-Message-ID: <201302211250.r1LCo0DH038409@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         176320
>Category:       ports
>Synopsis:       [NEW PORT] devel/php5-ZendOptimizerPlus: Faster PHP opcode caching and optimization
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 21 12:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Gasol Wu
>Release:        FreeBSD 9.1-RC1 amd64
>Organization:
>Environment:
System: FreeBSD goingmarry 9.1-RC1 FreeBSD 9.1-RC1 #0: Tue Aug 14 04:25:06 UTC 2012
>Description:
The Zend Optimizer+ provides faster PHP execution through opcode caching and
optimization. It improves PHP performance by storing precompiled script
bytecode in the shared memory. This eliminates the stages of reading code from
the disk and compiling it on future access. In addition, it applies a few
bytecode optimization patterns that make code execution faster.

WWW: https://github.com/zend-dev/ZendOptimizerPlus/

Generated with FreeBSD Port Tools 0.99_6 (mode: new)
>How-To-Repeat:
>Fix:

--- .shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	php5-ZendOptimizerPlus
#	php5-ZendOptimizerPlus/Makefile
#	php5-ZendOptimizerPlus/pkg-descr
#	php5-ZendOptimizerPlus/distinfo
#	php5-ZendOptimizerPlus/files
#	php5-ZendOptimizerPlus/files/pkg-message.in
#
echo c - php5-ZendOptimizerPlus
mkdir -p php5-ZendOptimizerPlus > /dev/null 2>&1
echo x - php5-ZendOptimizerPlus/Makefile
sed 's/^X//' >php5-ZendOptimizerPlus/Makefile << '8428933e73af5b50415286ff686f9f2a'
X# Created by: Gasol Wu <gasol.wu@gmail.com>
X# $FreeBSD$
X
XPORTNAME=	ZendOptimizerPlus
XPORTVERSION=	20130220
XCATEGORIES=	devel
XPKGNAMEPREFIX=	php5-
X
XMAINTAINER=	gasol.wu@gmail.com
XCOMMENT=	Faster PHP opcode caching and optimization
X
XUSE_GITHUB=	yes
XGH_ACCOUNT=	zend-dev
XGH_TAGNAME=	master
XGH_COMMIT=	280bbaf
X
XCONFIGURE_ARGS=	--enable-optimizer-plus
XUSE_PHP=	yes
XUSE_PHPEXT=	yes
XUSE_PHP_BUILD=	yes
XSUB_FILES=	pkg-message
XSUB_LIST+=	PHP_MODNAME=${PHP_MODNAME}
X
XPKGMESSAGE=	${WRKDIR}/pkg-message
X
Xpost-install:
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.mk>
8428933e73af5b50415286ff686f9f2a
echo x - php5-ZendOptimizerPlus/pkg-descr
sed 's/^X//' >php5-ZendOptimizerPlus/pkg-descr << 'b1e2a620e501faf385cc52b544c346ea'
XThe Zend Optimizer+ provides faster PHP execution through opcode caching and
Xoptimization. It improves PHP performance by storing precompiled script
Xbytecode in the shared memory. This eliminates the stages of reading code from
Xthe disk and compiling it on future access. In addition, it applies a few
Xbytecode optimization patterns that make code execution faster.
X
XWWW: https://github.com/zend-dev/ZendOptimizerPlus/
b1e2a620e501faf385cc52b544c346ea
echo x - php5-ZendOptimizerPlus/distinfo
sed 's/^X//' >php5-ZendOptimizerPlus/distinfo << '5858ae37e044bead932a688c2ef70b8a'
XSHA256 (ZendOptimizerPlus-20130220.tar.gz) = 9fd7633c5a0c8185815f5bfd273f6b71aa7ecbd6695677977ba901fb7cb981cd
XSIZE (ZendOptimizerPlus-20130220.tar.gz) = 80134
5858ae37e044bead932a688c2ef70b8a
echo c - php5-ZendOptimizerPlus/files
mkdir -p php5-ZendOptimizerPlus/files > /dev/null 2>&1
echo x - php5-ZendOptimizerPlus/files/pkg-message.in
sed 's/^X//' >php5-ZendOptimizerPlus/files/pkg-message.in << '12a45864d77008ed94d6a7a9a80a6b35'
X****************************************************************************
X
XPlease replace extension with zend_extension in %%PREFIX%%/etc/php/extensions.ini
Xas following:
X
Xzend_extension=%%PREFIX%%/lib/php/%%PHP_EXT_DIR%%/%%PHP_MODNAME%%.so
X
XNOTE:
X
XIn case you are going to use Zend Optimizer+ together with Xdebug,
Xbe sure that Xdebug is loaded after Optimizer+. "php -v" must show Xdebug
Xafter Optimizer+.
X
X****************************************************************************
12a45864d77008ed94d6a7a9a80a6b35
exit
--- .shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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