Orban, lookin good. I have mine up and running just in time for our upgrade tonight
One thing i had to change though -- I limit my search results to 500, and on line 101 of sphinxapi.php there is a
$this->_maxmatches = 1000;
This will throw an error if you try to request 1000 results via php from a searchd that is limited to less than 1000. I changed my sphinxapi to match and its all good
Just an FYI!