openbsd-ports/www/pecl-APC/pkg/MESSAGE
alek 80b1e03997 Import pecl-APC 3.0.12p2
APC is the Alternative PHP Cache. It was conceived of to provide a 
free, open, and robust framework for caching and optimizing PHP 
intermediate code.

Joint work with William Yodlowsky <bsd@openbsd.rutgers.edu>
2006-10-13 14:58:42 +00:00

13 lines
404 B
Plaintext

To finish the install of pecl-APC, you need
to enable the module by using the following command
# ${LOCALBASE}/sbin/phpxs -a apc
If you already have Apache running on your machine,
you should not use "apachectl restart" - instead,
you should fully stop and then restart the server.
You'll also need to configure APC using various
settings in php.ini. See ${PREFIX}/pecl-APC/INSTALL
for details.