Assembla home | Assembla project page
 

Changeset 240

Show
Ignore:
Timestamp:
04/14/08 23:16:32 (7 months ago)
Author:
Slynderdale
Message:

Should be the last update to PHP for now, cleaned up some error checking that wasn't needed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Phergie/Plugin/Php.php

    r239 r240  
    9292                return true; 
    9393            // Safely ignore these SSL warnings so they don't appear in the log 
    94             } else if (stripos($errstr, 'SSL: fatal protocol error in') !== false || 
    95                        stripos($errstr, 'failed to open stream') !== false || 
     94            } else if (stripos($errstr, 'failed to open stream') !== false || 
    9695                       stripos($errstr, 'HTTP request failed') !== false || 
    97                        stripos($errstr, 'SSL: An existing connection was forcibly closed by the remote host') !== false || 
    98                        stripos($errstr, 'Failed to enable crypto in') !== false || 
    99                        stripos($errstr, 'SSL: An established connection was aborted by the software in your host machine') !== false || 
    100                        stripos($errstr, 'SSL operation failed with code') !== false || 
    10196                       stripos($errstr, 'unable to connect to') !== false) { 
    10297                $this->errorStatus = true;