Download List

Descripción del Proyecto

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 Requirements

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

Algunos errores específicos PHP5 optimización se fija. Compatibilidad con la extensión "pcntl" fue corregido. Esta versión fue probada con php-4.3.4.
Tags: 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

Este comunicado ha sido probado con PHP-5.0.0b2; mayores betas PHP5 ya no son compatibles. MMCache es ahora compatible con DBG, Xdebug, y APD (experimental). Manejo de cierres inmundo PHP ha sido implementado. El "MMCache no inicializarse en Apache reiniciar" error se ha corregido.
Tags: 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

Las nuevas funciones de la API mmcache_lock y mmcache_unlock se han aplicado. Un error de corrupción de memoria compartida se ha solucionado. Un error en encoder.php se ha solucionado.
Tags: 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

Si mmcache.check_mtime es 1, el tiempo de modificación del archivo y el tamaño también se comprueban. Un error en el manejo de objetos sobrecarga en el optimizador se ha fijado, y algunos problemas con la identificación de archivo por inode se resolvieron. Un posible choque en mm_malloc () se ha fijado, y la compatibilidad de Solaris se ha fijado. Este comunicado ha sido probado en AIX.
Tags: 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

Un codificador / cargador de la herencia de objetos error fue corregido, junto con problemas con la optimización incorrecta de "! (Strlen ($ cadena)! = 0)", el registro de gestor de sesiones sobre "apache Graceful Restart", y algunos sistemas de 64-bits específicos. El control de builtin_functions durng almacenamiento de clase fue eliminado. Bloqueo de archivos de caché de disco se llevó a cabo. Este comunicado fue probada con php5-200309300930.
Tags: 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