Closed GoogleCodeExporter closed 9 years ago
My proposal:
ob_start();
$fp = fsockopen($this->_host, $this->_port, $errno, $errstr, $timeout);
$error = ob_get_contents();
ob_end_clean();
if (!$fp) {
throw new Apache_Solr_Service_Exception('Solr unavailable');
return false;
}
Original comment by gux...@gmail.com
on 23 Jul 2009 at 8:39
This is actually a duplicate of issue #7
If you see my comment there:
http://code.google.com/p/solr-php-client/issues/detail?id=7&can=1#c1
I still need to make a new build, so I'll keep this open.
Original comment by donovan....@gmail.com
on 23 Jul 2009 at 8:58
New archives built from r16 are now available from the downloads tab.
Original comment by donovan....@gmail.com
on 4 Aug 2009 at 6:40
Original issue reported on code.google.com by
gux...@gmail.com
on 22 Jul 2009 at 9:06