Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Antony Dovgal's Blog:
PECL/sphinx - fast fulltext search made easy
Jul 31, 2008 @ 20:14:08

Antony Dovgal has a quick post today about a PECL extension that makes for quick and easy full-text searching on standard SQL databases.

As some of you might have noticed, I've been a bit busy lately creating new PECL extension - sphinx. The extension provides an interface to a feature-rich fulltext search engine Sphinx written by Andrew Aksyonoff. We (Andrew and me) made our best to keep the extension as compatible to the pure-PHP API (shipped with Sphinx) as possible in order to make the transition easier.

The PECL page has already been created as well as a page in the manual for how it works. He also briefly mentions the installation (including teh required libraries).

tagged: pecl sphinx fulltext search sql extension install

Link:


Trending Topics: