aboutsummaryrefslogtreecommitdiffstats
path: root/testing/php-zend-opcache
Commit message (Collapse)AuthorAgeFilesLines
* testing/php-zend-opcache: PHP >=5.5 has built-in opcode caching by ZendBartłomiej Piotrowski2014-02-092-50/+0
|
* main/libvirt: upgrade to 1.0.4Leonardo Arena2013-04-041-0/+4
|
* Initial APKBUILD file of php-zend-opcacheV.Krishn2013-04-042-0/+46
The Zend OPcache 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. Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org>