./devel/php-opcache, PHP extension for opcode caching

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 5.6.32, Package name: php56-opcache-5.6.32, Maintainer: pkgsrc-users

php-opcache is the Zend OPcache module which 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.


Master sites: (Expand)

SHA1: c3166285c6d1f7cc04c45716052ec67b256838a1
RMD160: 481cb89ba907550adc40dda58f7f16d914367098
Filesize: 14702.704 KB

Version history: (Expand)


CVS history: (Expand)


   2015-12-05 07:07:32 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Remove PHP_VERSIONS_ACCEPTED which has now default value.
   2015-03-20 17:33:28 by Takahiro Kambe | Files touched by this commit (13)
Log message:
Reset PKGREVISION with updating of php54, php55 and php56.
   2015-02-15 10:03:15 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Set PHP_ZEND_EXTENSION to yes since this is used by zend_extension not
extension directive.

Bump PKGREVISION.
   2014-11-24 16:40:57 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Allow build with php56.
   2013-10-18 17:50:45 by Takahiro Kambe | Files touched by this commit (1)
Log message:
* Set USE_PHP_EXT_PATCHES to "Yes".
* Remove PHP_CHECK_INSTALLED since it is "Yes" default.
   2013-07-29 18:43:17 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Add php-opcache version 5.5.1 package.  This is part of official PHP 5.5.1
distribution.

php-opcache is the Zend OPcache module which 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.