pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/php-zendoptimizerplus



Module Name:    pkgsrc
Committed By:   imil
Date:           Tue Mar  5 22:18:37 UTC 2013

Added Files:
        pkgsrc/www/php-zendoptimizerplus: DESCR MESSAGE Makefile PLIST.extras
            distinfo

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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/php-zendoptimizerplus/DESCR \
    pkgsrc/www/php-zendoptimizerplus/MESSAGE \
    pkgsrc/www/php-zendoptimizerplus/Makefile \
    pkgsrc/www/php-zendoptimizerplus/PLIST.extras \
    pkgsrc/www/php-zendoptimizerplus/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index