diff options
author | edwin <edwin@FreeBSD.org> | 2003-04-04 17:49:28 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-04-04 17:49:28 +0800 |
commit | a2c2c13033d8e6e7eaba69bb768039e87ee40dc1 (patch) | |
tree | 7e380b28aef587c0106573561cc0dadabf8b1344 /www/Makefile | |
parent | 20d84c93f301a65e123f54b6e1b863832bb6743a (diff) | |
download | freebsd-ports-gnome-a2c2c13033d8e6e7eaba69bb768039e87ee40dc1.tar.gz freebsd-ports-gnome-a2c2c13033d8e6e7eaba69bb768039e87ee40dc1.tar.zst freebsd-ports-gnome-a2c2c13033d8e6e7eaba69bb768039e87ee40dc1.zip |
[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>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 358304948efd..3e1b66080898 100644 --- a/www/Makefile +++ b/www/Makefile @@ -438,6 +438,7 @@ SUBDIR += tidy-lib SUBDIR += tinyproxy SUBDIR += transproxy + SUBDIR += turck-mmcache SUBDIR += twhttpd SUBDIR += twig SUBDIR += twiki |