f38932a9d0
XCache is a fast, stable PHP opcode cacher that has been tested and is now running on production servers under high load. from Brad;
12 lines
363 B
Plaintext
12 lines
363 B
Plaintext
To completely deinstall XCache, you need to disable
|
|
the module by using the following command
|
|
|
|
# ${LOCALBASE}/sbin/phpxs -r xcache
|
|
|
|
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.
|