Download List

项目描述

Turck MMCache is a free PHP accelerator, optimizer, encoder, and dynamic content cache. It increases performance of PHP scripts by caching them in a compiled state, so that the overhead of compiling is almost completely eliminated. It also uses some optimizations for speeding up PHP scripts' execution. It typically reduces server load and increases the speed of PHP code by 1-10 times. It is tested with PHP 4.1.0-4.3.3, and Apache 1.3 and 2.0 under Linux and Windows.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-09-29 15:58 Back to release list
2.4.1

磁盘高速缓存文件的保护CRC32校验实施。 mmcache_get / mmcache_put跨主机的安全性是固定的。对“不正确的优化功能检查()($ 1 = $全局['一'] +1;)”是固定的。阿当包括与Zend优化不存在的文件坠毁是固定的。 “干净”按钮,开始实施“mmcache.php”删除共享内存和磁盘高速缓存的过期数据。附加配置指令“mmcache.keys”,“mmcache.sessions”和“mmcache.content”被添加到控制在何处来缓存数据,会话数据和内容。
标签: Major security fixes
Protection of disk cache files by crc32 checksum
was implemented. mmcache_get/mmcache_put
cross-host security was fixed. Incorrect
optimization of "function test()
{$a=$GLOBALS['a']+1;}" was fixed. A crash when
including a nonexistent file with Zend Optimizer
was fixed. A "Clean" button was implemented in
"mmcache.php" to remove all expired data from
shared memory and disk cache. Additional
configuration directives "mmcache.keys",
"mmcache.sessions", and "mmcache.content" were
added to control where to cache data, session
data, and content.

Project Resources