openbsd-ports/www/pecl-memcache/pkg/MESSAGE
alek a9b0dc9c13 Import PECL memcache 1.4
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@
2005-02-23 14:40:47 +00:00

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.