80b1e03997
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>
12 lines
366 B
Plaintext
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.
|