openbsd-ports/www/pecl-APC/pkg/UNMESSAGE
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

12 lines
366 B
Plaintext

To completely deinstall the pecl-APC, you need
to disable the module by using the following command
# ${LOCALBASE}/sbin/phpxs -r 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 remove the associated lines from
your php.ini file.