NOTICE: This package has been removed from pkgsrc

./www/php-zendoptimizerplus, Zend opcode cache and optimizer for PHP

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 7.0.0, Package name: php54-zendoptimizerplus-7.0.0, Maintainer: imil

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.


Required to run:
[lang/php54]

Required to build:
[devel/autoconf] [devel/libtool-base] [devel/automake]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2015-03-09 14:37:17 by Emile iMil Heitor | Files touched by this commit (5) | Package removed
Log message:
Delete php-zendoptimizerplus, replaced by php-zendopcache
   2013-03-05 23:18:37 by Emile iMil Heitor | Files touched by this commit (5)
Log message:
Initial import of php-zendoptimizerplus, version 7.0.0, into the NetBSD
Packages Collection.

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.