View Single Post
  #5  
Old 22nd February 2016, 21:41
lordgabber lordgabber is offline
Senior Member
 
Join Date: Feb 2016
Posts: 26
Default
I try fix this.
But its not oki-doki!

I think I need to change this:

* Initialize Sphinxql object
*
* @param string $Server server address or hostname
* @param int $Port listening port
* @param string $Socket Unix socket address, overrides $Server:$Port
*/
public function __construct($Server, $Port, $Socket) {
$this->Server = $Server;
$this->Port = $Port;
$this->Socket = $Socket;
$this->Ident = self::get_ident($Server, $Port, $Socket);

But what to change?
Change "$this" to 127.0.0.1?
Reply With Quote