sphinx pecl.php.net Client extension for Sphinx - opensource SQL full-text search engine This extension provides bindings for libsphinxclient, client library for Sphinx. Antony Dovgal tony2001 tony2001@php.net yes Alexey Romanenko santiago santiago739@gmail.com yes 2014-07-06 1.3.3 1.3.3 stable stable PHP - Added setFilterString() method, available only when built with sphinxclient lib >= 2.2.3. - Fixed bug #67669 (SphinxClient::escapeString() is missing several symbols) 5.2.2 6.0.0 6.0.0 1.4.0b1 sphinx stablestable 1.3.21.3.2 2014-05-06 - Fixed build with older libsphinxclient versions (Dmitry Saprykin) - Added LICENSE to the package. stablestable 1.3.11.3.1 2014-05-06 - Fixed bug #67216 (segfault on setGroupBy()) (Dmitry Saprykin) - Fixed bug #66272 (Some constants are not defined) stablestable 1.3.01.3.0 2013-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) stablestable 1.2.01.2.0 2012-04-03 - Added mva support to updateAttributes(). - Fixed build with 5_4. - Fixed bug #61392 (build failure with new version of libsphinxclient) stablestable 1.1.01.1.0 2010-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) stablestable 1.0.41.0.4 2010-02-26 - Fixed PECL bug #17007 (incorrect query causes SEGFAULT) stablestable 1.0.31.0.3 2010-01-12 - Added support for open(), close(), status() and setOverride() available in sphinx 0.9.9 new API stablestable 1.0.21.0.2 2009-12-03 - Fixed crash when extending class doesn't call parent constructor. stablestable 1.0.11.0.1 2009-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) stablestable 1.0.01.0.0 2009-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) betabeta 0.2.00.2.0 2008-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. betabeta 0.1.00.1.0 2008-07-21 - Initial PECL release.