Changeset 4984
- Timestamp:
- 03/07/07 04:16:06 (2 years ago)
- Files:
-
- trunk/wp-includes/cron.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/cron.php
r4980 r4984 87 87 if ($parts['scheme'] == 'https') { 88 88 // support for SSL was added in 4.3.0 89 if (version_compare(phpversion(), '4.3.0', '>=') ) {89 if (version_compare(phpversion(), '4.3.0', '>=') && function_exists('openssl_open')) { 90 90 $argyle = @fsockopen('ssl://' . $parts['host'], $_SERVER['SERVER_PORT'], $errno, $errstr, 0.01); 91 91 } else {
