Develop and Download Open Source Software

Turck MMCache for PHP

Back to Project Summary

Would you recoomend this project?

Project Release infomations and Project Resources. Note that these informations are from this projects Freecode.com page and the downloads themselves may not be hosted with SourceForge.JP.
2003-10-20 09:57
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.

Project Resources

http://freecode.com/urls/e6789be7d4dcb7b744c0e78e49455d9f
http://freecode.com/urls/93533acec99daf1ff8b8f1c4d89ea1c1
http://freecode.com/urls/2bc54f24b7ce18e3712a0a97a7e55f06
http://freecode.com/urls/14da56ac04b94935c0c459aee79fb92d
http://freecode.com/urls/1fde6d696b623487fa2eeb5c523e7328
http://freecode.com/urls/0412d481f20ad3d2e0c0f8343e177f2d
http://freecode.com/projects/turck-mmcache

Project Description

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.