pkgsrc/www/php-zendoptimizerplus/MESSAGE
imil 0d6e81118f 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.
2013-03-05 22:18:37 +00:00

9 lines
414 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1 2013/03/05 22:18:37 imil Exp $
To enable this module, add the following to ${PKG_SYSCONFDIR}/php.ini:
zend_extension=${PREFIX}/${PHP_EXTENSION_DIR}/${MODNAME}.so
Then restart your ${PKG_PHP}-enabled HTTP server to load this module.
===========================================================================