diff options
author | tv <tv@pkgsrc.org> | 2006-05-03 14:02:30 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2006-05-03 14:02:30 +0000 |
commit | 8b23448af73bc47e089454955c7332963593d601 (patch) | |
tree | dd75bbba31ac932e34046bac836c512594a1a2ba /www/Makefile | |
parent | 75714256811d73575a86fb06e8946bf77367faac (diff) | |
download | pkgsrc-8b23448af73bc47e089454955c7332963593d601.tar.gz |
PHP module "apc" -- Alternative PHP Cache 3.0.10. From DESCR:
APC is the Alternative PHP Cache, which provides a way of boosting the
performance of PHP on heavily-loaded sites by allowing scripts to be cached
in a compiled state, so that the overhead of parsing and compiling can be
almost completely eliminated.
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index fc08f026bbf..cf0391f6fd1 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.451 2006/05/02 14:20:05 jlam Exp $ +# $NetBSD: Makefile,v 1.452 2006/05/03 14:02:30 tv Exp $ # COMMENT= Packages related to the World Wide Web @@ -268,6 +268,7 @@ SUBDIR+= pear-HTML_Common SUBDIR+= pear-HTML_Select SUBDIR+= pear-HTTP_Request SUBDIR+= php-FastTemplate +SUBDIR+= php-apc SUBDIR+= php-curl SUBDIR+= php-eaccelerator SUBDIR+= php4 |