head	1.6;
access;
symbols
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2005.01.19.07.20.57;	author ale;	state dead;
branches;
next	1.5;

1.5
date	2003.09.30.07.12.46;	author nork;	state Exp;
branches;
next	1.4;

1.4
date	2003.08.21.09.20.47;	author nork;	state Exp;
branches;
next	1.3;

1.3
date	2003.07.28.13.00.10;	author krion;	state Exp;
branches;
next	1.2;

1.2
date	2003.06.07.02.12.37;	author nork;	state Exp;
branches;
next	1.1;

1.1
date	2003.04.04.09.49.28;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Repocopied to www/eaccelerator.
@
text
@*****************************************************************************

You have installed the turck-mmcache package.

Edit %%LOCALBASE%%/etc/php.ini and add:

[mmcache]
zend_extension="%%PREFIX%%/lib/php/%%PHP_EXT_DIR%%/mmcache.so"
mmcache.shm_size="16"
mmcache.cache_dir="/tmp"
mmcache.enable="1"
mmcache.optimizer="1"
mmcache.check_mtime="1"
mmcache.debug="0"
mmcache.filter=""
mmcache.shm_max="0"
mmcache.shm_ttl="0"
mmcache.shm_prune_period="0"
mmcache.shm_only="0"
mmcache.compress="1"
mmcache.keys="shm_and_disk"
mmcache.sessions="shm_and_disk"
mmcache.content="shm_and_disk"

*****************************************************************************
@


1.5
log
@Update to 2.4.1.

PR:		ports/57355
Submitted by:	Alex Dupre <sysadmin@@alexdupre.com> (maintainer)
@
text
@@


1.4
log
@Update to 2.3.23.

PR:		ports/55809
Submitted by:	Alex Dupre <sysadmin@@alexdupre.com> (maintainer)
@
text
@d21 3
@


1.3
log
@Update to 2.3.20

PR:		54974
Submitted by:	maintainer
Approved by:	fjoe (mentor) (implicit)
@
text
@d19 1
@


1.2
log
@Update to 2.3.13.

PR:		ports/52785
Submitted by:	Alex Dupre <sysadmin@@alexdupre.com> (maintainer)
@
text
@d19 1
@


1.1
log
@[New Port] Turck MMCache 2.3.6 (An opcode cache for PHP)

	Turck MMCache is a opcode cache for PHP. It increases
	performance of PHP scripts by caching them in compiled
	state, so that the overhead of compiling is almost completely
	eliminated.  Also it uses some optimizations for speed up
	of PHP scripts execution.  Turck MMCache typically reduces
	server load and increases the speed of your PHP code by
	1-10 times.

	WWW: http://www.turcksoft.com/en/e_mmc.htm

PR:		ports/48807
Submitted by:	Alex Dupre <sysadmin@@alexdupre.com>
@
text
@d8 1
a8 1
zend_extension="%%PREFIX%%/lib/php/%%EXT_DIR%%/mmcache.so"
d16 3
@

