Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2680696
D25661.1734614358.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
771 B
Referenced Files
None
Subscribers
None
D25661.1734614358.diff
View Options
diff --git a/externals/phpmailer/class.pop3.php b/externals/phpmailer/class.pop3.php
--- a/externals/phpmailer/class.pop3.php
+++ b/externals/phpmailer/class.pop3.php
@@ -239,16 +239,7 @@
}
// Increase the stream time-out
-
- // Check for PHP 4.3.0 or later
- if (version_compare(phpversion(), '5.0.0', 'ge')) {
- stream_set_timeout($this->pop_conn, $tval, 0);
- } else {
- // Does not work on Windows
- if (substr(PHP_OS, 0, 3) !== 'WIN') {
- socket_set_timeout($this->pop_conn, $tval, 0);
- }
- }
+ stream_set_timeout($this->pop_conn, $tval, 0);
// Get the POP3 server response
$pop3_response = $this->getResponse();
@@ -404,4 +395,4 @@
// End of class
}
-?>
\ No newline at end of file
+?>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 19, 13:19 (8 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1015075
Default Alt Text
D25661.1734614358.diff (771 B)
Attached To
Mode
D25661: PHPMailer: Remove a check for PHP 5.0
Attached
Detach File
Event Timeline
Log In to Comment