Assembla home | Assembla project page
 

Changeset 285

Show
Ignore:
Timestamp:
09/17/08 00:15:19 (2 months ago)
Author:
tobias382
Message:

Fixes #58 Incorrect server specification in the configuration no longer causes an infinite loop

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Phergie/Driver/Streams.php

    r271 r285  
    120120        if (!$this->socket) { 
    121121            $this->debug(rtrim('Unable to connect to server: socket error ' . $errno . ' ' . $errstr)); 
    122             return
     122            return self::RETURN_END
    123123        } 
    124124        unset($port, $errno, $errstr);