-1

I've installed the sphinx tool on my Ubuntu machine using sphinxsearch. I cannot find any Ubuntu package to support php-sphinx.

Where should I get PHP API for sphinx from?

4

3 回答 3

2

The PHP API is only a PHP file you have to include.

于 2013-02-19T16:22:57.847 回答
2

Sphinx API is PHP file with functions. You can download it from sphinx site.

But now most recommended use SphixQL - this is language similar to SQL and you can use it with php-mysql extension.

于 2013-02-19T16:25:00.590 回答
0

Googling "Sphinx php installation" gave the following result:

http://php.net/manual/en/sphinx.installation.php

于 2013-02-19T16:17:02.927 回答