openbsd-ports/www/pecl-swish/pkg/MESSAGE
simon 8a2db59a43 import pecl-swish
The swish extension is an object oriented PHP interface to the swish-e C
library.  This can be used to access search indexes from your PHP code
avoiding the need to run the swish-e binary for searching.
2009-02-04 09:31:41 +00:00

11 lines
370 B
Plaintext

You can enable this module by creating a symbolic
link from ${PREFIX}/conf/php5.sample/swish.ini to
${PREFIX}/conf/php5/swish.ini.
ln -fs ${PREFIX}/conf/php5.sample/swish.ini \
${PREFIX}/conf/php5/swish.ini
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.