Changeset 240
- Timestamp:
- 04/14/08 23:16:32 (7 months ago)
- Files:
-
- trunk/Phergie/Plugin/Php.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Phergie/Plugin/Php.php
r239 r240 92 92 return true; 93 93 // 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 || 96 95 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 ||101 96 stripos($errstr, 'unable to connect to') !== false) { 102 97 $this->errorStatus = true;