Commit graph

6 commits

Author SHA1 Message Date
jlam
aa484b2c1e Move the definition of USE_BUILDLINK_ONLY above the inclusion of
Makefile.module, as it might indirectly include bsd.buildlink.mk which
relies on being able to check whether USE_BUILDLINK_ONLY is defined or not.
2002-02-28 06:13:20 +00:00
jlam
f9eccf2485 Adapt to the new Zend API from php-4.1.0. 2001-12-31 23:54:49 +00:00
zuntum
c736340585 Move pkg/ files into package's toplevel directory 2001-11-01 02:25:33 +00:00
zuntum
431e7a7dda Move pkg/ files into package's toplevel directory 2001-11-01 02:15:23 +00:00
jlam
573f745fb1 Some NetBSD releases don't have SHM_{R,W} so use the S_I{R,W}{USR,GRP,OTH}
flags instead.
2001-10-29 19:33:49 +00:00
jlam
5265c36a98 www/php-apc - Alternative PHP Cache for PHP4
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.

This is an open source product that does the same job as the commercial
product Zend Cache.
2001-10-29 16:50:16 +00:00