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-07-25 14:10
2.3.20

在这个版本中,一个ZE2优化是实现的。extension_loaded()是为固定编码的脚本优化。一个“mmcache.compress”配置指令被添加到启用或禁用缓存的内容压缩。 “mmcache_password.php”和“encoder.php”从现在的工作网络和命令行。正确的“__FILE__”在处理编码的文件实施。 PHP的不断MMCACHE_VERSION介绍。
标签: Minor bugfixes
In this version, an optimizer for ZE2 was implemented.
Optimization of extension_loaded() was fixed for
encoded scripts. An "mmcache.compress" configuration
directive was added to enable or disable cached content
compression. "mmcache_password.php" and
"encoder.php" now work from both the Web and
command line. Proper "__FILE__" handling in encoded
files was implemented. The PHP constant
MMCACHE_VERSION was introduced.

2003-07-10 16:32
2.3.19

内容压缩为重新实现。一个错误的运行时类/函数声明是固定的。优化实施的extension_loaded(),function_exists(),is_callable(),并确定()函数。为优化复位()函数是固定的。mmcache_get()和mmcache_put()现在有stdClass的对象支持。
标签: Minor bugfixes
Content compression was reimplemented. A bug in
runtime class/function declaration was fixed. An
optimization was implemented for the
extension_loaded(), function_exists(),
is_callable(), and defined() functions. The
optimization for the reset() function was fixed.
mmcache_get() and mmcache_put() now have support
for stdClass objects.

2003-07-03 14:45
2.3.18

独立装载机(TurckLoader)的imlemented。该mmcache安全()Web界面进行了改进。 mmcache()中启用安全的,但它可以通过密码保护。此版本进行了测试与PHP 5.0.0b1。
标签: Minor security fixes
The standalone loader (TurckLoader) was imlemented. The security of the mmcache() Web interface was improved. mmcache() is enabled in safe, but it can be protected by password. This release was tested with PHP 5.0.0b1.

2003-06-25 11:23
2.3.17

内容缓存是提高缓存的HTTP头。一些严重的错误是固定的。
标签: Minor bugfixes
Content caching was improved to cache HTTP
headers. Some serious bugs were fixed.

2003-06-21 00:06
2.3.16

基于Windows的FastCGI支持实施。用户和内容缓存分离的虚拟主机上。在mmcache()函数在安全模式下禁用基于保安理由。一些漏洞和内存泄漏是固定的。
标签: Minor bugfixes
FastCGI support on Windows was implemented. User and content caches were separated across virtual hosts. The mmcache() function was disabled in safe mode for security reason. Some bugs and memory leaks were fixed.

Project Resources