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

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


Branch: CURRENT, Version: 8.3.29nb1, Package name: php83-opcache-8.3.29nb1, 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:

Filesize: 12306.586 KB

Version history: (Expand)


CVS history: (Expand)


   2026-01-08 15:17:50 by Takahiro Kambe | Files touched by this commit (24)
Log message:
Remove reference to php81.
   2026-01-02 07:17:43 by Takahiro Kambe | Files touched by this commit (1)
Log message:
devel/php-opcache: restrict PHP version

php-opcache is integrated in PHP base from PHP 8.5.
   2025-11-12 13:24:27 by Jonathan Perkin | Files touched by this commit (1)
Log message:
php-opcache: Forcibly pull in libgcc.a on SunOS.

Fixes issue with unresolved __cpu_features2 due to the __builtin_cpu_* stuff
not pulling it in correctly for some reason.

Add TEST_TARGET while here, which is mostly clean on illumos.
   2025-02-22 16:13:28 by Takahiro Kambe | Files touched by this commit (1)
Log message:
devel/php-opcache: Add support for PHP 8.4

opcache in PHP 8.4 heavily depends on gmake.
   2025-02-08 04:15:21 by Takahiro Kambe | Files touched by this commit (10)
Log message:
multiple PHP support

Also bump PKGREVISION.
   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.