Releases for windows are here: http://windows.php.net/downloads/pecl/releases/opcache/7.0.1/
On Mon, Mar 25, 2013 at 10:49 AM, PECL Announce <[email protected]> wrote: > The new PECL package zendopcache-7.0.1 (beta) has been released at > http://pecl.php.net/. > > Release notes > ------------- > - Fixed Bug #64490 (add __FreeBSD_kernel__ to allowed FreeBSD defs) > - Fixed Bug #64482 (Opcodes for dynamic includes should not be cached) > - Fixed Bug #64353 (Built-in classes can be unavailable with dynamic includes > and Optimizer+) > - Fixed compatibility with ext/phar > - Fixed Issue #58 (PHP-5.2 compatibility) > - Fixed Issue #57 (segfaults in drupal7) > - Fixed Issue #54 (PECL install adds extension= instead of zend_extension= to > php.ini)-iii > - Allows exclusion of large files from being cached > - Save a stat() call by calling sapi_module.get_stat() > - Add optional flag to opcache_get_status() > - Separate "start_time" from "last_restart_time" > > Package Info > ------------- > 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. > > Related Links > ------------- > Package home: http://pecl.php.net/package/zendopcache > Changelog: http://pecl.php.net/package-changelog.php?package=zendopcache > Download: http://pecl.php.net/get/zendopcache-7.0.1.tgz > > Authors > ------------- > Xinchen Hui <[email protected]> (lead) > Hannes Magnusson <[email protected]> (lead) > Zeev Suraski <[email protected]> (lead) > Dmitry Stogov (lead) > > > -- > PECL development discussion Mailing List (http://pecl.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
