a9b0dc9c13
PHP interface to memcached This extension allows you to work with memcached, a caching daemon designed to decrease database load by storing objects in memory, through handy OO and procedural interfaces. help & ok mbalmer@, robert@
9 lines
298 B
Plaintext
9 lines
298 B
Plaintext
To finish the install of pecl-memcache, you need
|
|
to enable the module by using the following command
|
|
|
|
# ${LOCALBASE}/sbin/phpxs -a memcache
|
|
|
|
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.
|