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
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.

2003-09-23 09:57
2.4.0

为incomlete类支持在mmcache_get()开始实施。 PHP的版本已检查。一个问题,包括在PHP 4.3.3和include_once是固定的,随着不当“不能重新声明()”错误和Windows下的缓存时绝对路径,但由于没有硬盘文件的问题。此版本进行了测试与PHP 4.3.3和PHP5 - 200309021330。
标签: Major bugfixes
Support for incomlete classes in mmcache_get()
was implemented. The PHP version is now checked.
A problem with include and include_once under
PHP 4.3.3 was fixed, along with the improper
"Cannot redeclare ()" error and an issue with
caching files under Windows when given absolute
paths but not drives. This release was tested
with PHP 4.3.3 and php5-200309021330.

2003-08-20 18:46
2.3.23

mmcache.php的HTTP缓存被禁用。 POSIX的Mac OS X上信号灯的使用被禁用。与PHP的语法错误脚本的处理是固定的。 ZE2支持改善(同与php5 - 200308140730测试)。这应该是最后一个版本之前2.4.0版本的稳定。请测试此尽量释放。
标签: Minor security fixes
HTTP caching of mmcache.php was disabled. Usage of
POSIX semaphores on Mac OS X was disabled.
Handling of scripts with PHP syntax errors was
fixed. ZE2 support was improved (tested with
php5-200308140730). This should be the last
version prior to the stable 2.4.0 release. Please
test this release as much as possible.

2003-08-12 11:48
2.3.22

在这个版本中,全局优化$ []为ZE2实施。与零优化模式比较得到改善。在“mmcache.shm_only”配置指令被添加到磁盘上的脚本禁用缓存。不会有任何会议和内容缓存的影响。带有get_parent_class()和is_subclass_of()已修复的错误。
In this version, optimization of $GLOBALS[] for ZE2 was
implemented. The comparison with zero optimization
pattern was improved. The "mmcache.shm_only"
configuration directive was added to disable caching of
scripts on disk. It has no effect on session and content
caching. A bug with get_parent_class() and
is_subclass_of() was fixed.

2003-08-01 09:16
2.3.21

这个版本现在使用$ _SERVER ['PHP_SELF']而不是$ PHP_SELF在encoder.php和mmcache_password.php。虚拟主机支持改善。你可以使用“mmcache.enable = 0”,使mmcache只是某些虚拟主机或目录。 ZE2相容性得到改善(与PHP 5-200307290730测试)。一些严重的错误是固定的。
标签: Minor bugfixes
This version now uses $_SERVER['PHP_SELF'] instead
of $PHP_SELF in encoder.php and
mmcache_password.php. Virtual host support was
improved. You can start mmcache with
"mmcache.enable=0" and enable it only for some
virtual hosts or directories. ZE2 compatibility was
improved (tested with PHP 5-200307290730). Some
serious bugs were fixed.

Project Resources