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-11-04 15:38
2.4.6

PHP5的一些具体的优化修正了已知错误。以“pcntl”扩展兼容性是固定的。此版本进行了测试与PHP - 4.3.4。
标签: Minor bugfixes
Some PHP5 specific optimization bugs were fixed.
Compatibility with "pcntl" extension was fixed.
This release was tested with php-4.3.4.

2003-10-31 15:03
2.4.5

此版本已经过测试与PHP - 5.0.0b2;老PHP5的测试版不再支持。 MMCache现在兼容薄型,Xdebug,和APD(实验)。 PHP的不洁停产处理已得到执行。的“MMCache没有初始化Apache本身重新启动”错误已被修复。
标签: Minor bugfixes
This release has been tested with php-5.0.0b2; older PHP5 betas are no
longer supported. MMCache is now compatible with DBG, Xdebug, and APD
(EXPERIMENTAL). Handling of unclean PHP shutdowns has been implemented.
The "MMCache does not initialize itself on Apache restart" bug has been
fixed.

2003-10-24 17:46
2.4.4

新的API函数mmcache_lock和mmcache_unlock已得到执行。一个共享内存损坏错误已被修复。一个encoder.php错误已被修复。
标签: Minor bugfixes
The new API functions mmcache_lock and mmcache_unlock have been
implemented. A shared memory corruption bug has been fixed. A bug in
encoder.php has been fixed.

2003-10-20 09:57
2.4.3

如果mmcache.check_mtime是1,该文件的修改时间和大小进行了核实。阿与优化超载对象处理错误是固定的,与文件的inode的识别一些问题的解决。一个mm_malloc可能崩溃()是固定的,和Solaris兼容性是固定的。此版本已经过测试AIX上。
标签: Minor bugfixes
If mmcache.check_mtime is 1, the file's
modification time and size are also checked. A
bug with overloaded object handling in the
optimizer was fixed, and some problems with file
identification by inode were solved. A possible
crash in mm_malloc() was fixed, and Solaris
compatibility was fixed. This release has been
tested on AIX.

2003-10-13 12:06
2.4.2

编码器/ Loader对象继承的错误是固定与不正确的优化的问题!“(strlen($字符串)= 0)”,在“阿帕奇会议优美处理登记重新启动”,一些64位的具体制度。对于durng类存储builtin_functions检查被删除。磁盘高速缓存文件锁定实施。此版本是测试过的php5 - 200309300930。
标签: Minor bugfixes
An Encoder/Loader object inheritance bug was
fixed along with problems with incorrect
optimization of "!(strlen($string)!=0)", session
handler registration on "graceful apache
restart", and some 64-bit specific systems. The
check for builtin_functions durng class storing
was removed. Locking of disk cache files was
implemented. This release was tested with
php5-200309300930.

Project Resources