sphinxpecl.php.netClient extension for Sphinx - opensource SQL full-text search engine
This extension provides bindings for libsphinxclient, client library for Sphinx.
Antony Dovgaltony2001tony2001@php.netyesAlexey Romanenkosantiagosantiago739@gmail.comyes2014-07-061.3.31.3.3stablestablePHP- Added setFilterString() method, available only when built with sphinxclient lib >= 2.2.3.
- Fixed bug #67669 (SphinxClient::escapeString() is missing several symbols)
5.2.26.0.06.0.01.4.0b1sphinxstablestable1.3.21.3.22014-05-06- Fixed build with older libsphinxclient versions (Dmitry Saprykin)
- Added LICENSE to the package.
stablestable1.3.11.3.12014-05-06- Fixed bug #67216 (segfault on setGroupBy()) (Dmitry Saprykin)
- Fixed bug #66272 (Some constants are not defined)
stablestable1.3.01.3.02013-04-04- Fixed setRankingMode's proto and add new ranking mode constants (patch by Michael Squires)
- Fixed segfault when reading object properties.
- Fixed bug #62026 (Second param in setRankingMode should be optional)
stablestable1.2.01.2.02012-04-03- Added mva support to updateAttributes().
- Fixed build with 5_4.
- Fixed bug #61392 (build failure with new version of libsphinxclient)
stablestable1.1.01.1.02010-09-17- Added support for new API in sphinx 1.10
- Fixed PECL bug #18325 (support 1.10-beta string attributes)
- Fixed PECL bug #17558 (time taken in search result was incorrect)
stablestable1.0.41.0.42010-02-26- Fixed PECL bug #17007 (incorrect query causes SEGFAULT)stablestable1.0.31.0.32010-01-12- Added support for open(), close(), status() and setOverride() available in sphinx 0.9.9 new APIstablestable1.0.21.0.22009-12-03- Fixed crash when extending class doesn't call parent constructor.stablestable1.0.11.0.12009-11-03- Fixed build failure with PHP 5.1.x.
- Added support for setSelect(), available in sphinx 0.9.9 new API (patch by Olivier Poitrey)
stablestable1.0.01.0.02009-01-29- Added __sleep() and __wakeup() methods to prevent (un)serialization of SphinxClient instances.
- Fixed PECL bug #15033 (segfaults on SPARC because of unaligned read).
- Fixed PECL bug #14930 (configure fails on freebsd). (patch by nobleclem at fatalexception dot us)
- Fixed PECL bug #14752 (32-bit Client does not work with 64-bit ids). (nobleclem at fatalexception dot us, Tony)
betabeta0.2.00.2.02008-07-31- Updated SphinxClient::updateAttributes() to return number of updated attributes on success.
- Updated SphinxClient::setIDRange() to accept integers, not floats.
- Updated SphinxClient::addQuery() to return integer on success.
betabeta0.1.00.1.02008-07-21- Initial PECL release.