List of PHP accelerators
This is a list of PHP accelerators.
Alternative PHP Cache (APC)
Alternative PHP Cache is a free, open source (PHP license) framework that optimizes PHP intermediate code and caches data and compiled code from the PHP bytecode compiler in shared memory.
- Website: http://pecl.php.net/package/APC
- PHP version: works with all PHP versions including PHP 5.2-5.4 (3.1.10 - beta release) (not PHP 5.0)
- Latest stable version: 3.1.9 (released 2011-05-14)
- Status: stable, actively maintained.
- Download link: http://pecl.php.net/package/APC (source)
- Download link for Windows: http://downloads.php.net/pierre/ (provides some of the PECL extensions, previously available on pecl4win)
- Official installation help: http://php.net/apc.setup
eAccelerator
eAccelerator was born in December 2004 as a fork of the Turck MMCache project. Turck MMCache was created by Dmitry Stogov and much of the eAccelerator code is still based on his work. eAccelerator also contained a PHP encoder and loader, but the development staff discontinued the encoder and removed this feature after December 2006.
- Website: https://eaccelerator.net/
- PHP version: Supports PHP 4 and all PHP 5 thread-safe releases including 5.3 from version 0.9.6; breaks on 5.4. In older releases, the encoder will only work with PHP versions from the 4.x.x branch. eAccelerator will not work with any other versions of PHP. eAccelerator can only be used with the thread-safe version of PHP. (This seems not to be true, this version works for my php non-thread-safe installation: http://eac.qme.nl/eAccelerator_v1_0_svn427_for_v5_3_X-VC9.zip)
- Latest stable version: 0.9.6.1 (2010-05-31)
- Status: Potentially dead (no new releases since May 2010)
- Download link: (look for latest versions) https://eaccelerator.net/, download page on SourceForge
- Official installation help: https://eaccelerator.net/wiki/InstallFromSource
ionCube PHP Accelerator
Launched in 2001, ionCube PHP Accelerator (PHPA) was the first freely available PHP accelerator to compete with the commercial Zend Cache product. Created before ionCube Ltd. was founded and at a time when the performance of PHP was regarded as lackluster when compared to other popular web programming languages[citation needed], PHPA showed that PHP can compete with other languages performance-wise[citation needed]. Although the author of PHPA chose to keep the project closed source in response to early concerns raised by Zeev Suraski of Zend Technologies about the effect that an open source rival might have on their commercial alternative, the availability of PHPA on a wide variety of platforms led to its extensive adoption worldwide from small sites to Yahoo![citation needed]. It also inspired the redevelopment of APC to use the shared memory execution techniques that PHPA and Zend Cache had adopted instead of deserialization on each request that incurred performance penalties[citation needed].
PHPA is now discontinued and the development of a more advanced replacement has been announced[citation needed].
Only supports PHP 4. No new versions on the download page since Jan. 2003.
Turck MMCache
Turck MMCache is now discontinued[citation needed]. eAccelerator is a fork of Turck MMCache.
XCache
XCache is a fast, stable PHP opcode cacher that has been tested and is now running on production servers under high load. It is tested on Linux and FreeBSD and supported under Windows, for thread-safe and non-thread-safe versions of PHP. This relatively new opcode caching software has been developed by mOo, one of developers of Lighttpd, to overcome some of the limitations of the existing solutions at that time; such as being able to use it with new PHP versions as they arrive.
- Website: http://xcache.lighttpd.net/
- PHP version: full support for PHP 5.4
- Latest stable version: 2.0.0 (Released on 2012-04-20)
- Status: Actively maintained (different releases stable/unstable/devel)
- Download link: http://xcache.lighttpd.net/pub/Releases/2.0.0/xcache-2.0.0.tar.gz
- Official installation help: http://xcache.lighttpd.net/wiki/InstallFromSource
Nusphere PhpExpress
PhpExpress is a free PHP opcode cache that loads both Nu-Coder (commercial) encoded and plain PHP files directly into the PHP engine, saving loading time and boosting performance of PHP applications. It's available on Windows, Linux, FreeBSD, NetBSD, Mac OS X, and Solaris.
Zend Optimizer+
Zend Optimizer+ [1] is a component of Zend Server and Zend Server Community Edition. Zend Optimizer+ speeds up PHP execution by opcode caching and optimization. It stores precompiled script bytecode in shared memory. This eliminates the stages of reading code from the disk and compiling it on future access. For further performance improvements, the stored bytecode is optimized for faster execution. Unlike Zend Optimizer, Zend Optimizer+ doesn't load files encoded by Zend Guard. Zend provides another component, Zend Guard Loader, in order to load encoded applications with Zend Server and Zend Server Community Edition.
- Website: http://www.zend.com/products/server/
Zend Platform
Zend Platform (formerly Zend Cache and then Zend Accelerator) is a commercial Web Application Server product. It has a complete set of performance capabilities that includes more than a simple PHP accelerator. Features include code caching/acceleration, data caching, content (html output) caching, download optimization and off-line (asynchronous) processing capabilities that can result in significant performance improvements for most PHP applications. It also includes detailed PHP monitoring and root cause analysis support to help in tuning and debugging, session fail-over support for HA (High Availability) needs and other integration capabilities including Java integration.
Zend Platform and Zend Core are now in 'end of life' status (http://www.zend.com/en/products/platform/end-of-life) and are replaced with Zend Server [1].
Zend Optimizer and Zend Guard Loader
Despite the name, Zend Optimizer is not a code accelerator. Rather, is a free, closed source PHP extension by Zend Technologies that enables PHP 5.2 or earlier to run files encoded or obfuscated by Zend Guard.[2] Zend Optimizer 3.0 or greater allows to deobfuscate files and, Zend Optimizer 3.3 or greater allows to decode files.[3] Zend Guard Loader is similar to Zend Optimizer but works with PHP 5.3.[2] The website for these pieces of software encourages people interested on this tools to download Zend Server. It is possible to download them separately, though.[2]
Windows Cache Extension for PHP
A free, open source (New BSD License), PHP accelerator developed by Microsoft for PHP under Windows. The extension includes PHP opcode cache, file cache, resolve file path cache, object/session cache, file change notifications and lock/unlock API's. Combination of all these caches results in significant performance improvements for PHP applications hosted on Windows. The extension is primarily used with Internet Information Services and non-thread-safe build of PHP via FastCGI protocol.
- Website: http://www.iis.net/expand/WinCacheForPHP
- PHP version: works with PHP 5.2 (VC6 NTS) and 5.3 (VC9 NTS), source code available
- Latest stable version: 1.1.0630.0
- Status: released, actively developed.
- Download link (source): http://pecl.php.net/package/WinCache
- Download link (binary): http://www.iis.net/expand/WinCacheForPhp
- Help and API documenation http://www.php.net/wincache
See also
References
- ^ "Zend Optimizer+". Retrieved March 9, 2011.
- ^ a b c "Zend Optimizer and Zend Guard Loader". Retrieved June 22, 2011.
- ^ "Zend Optimizer versions". Retrieved June 22, 2011.