-
-
Notifications
You must be signed in to change notification settings - Fork 824
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add patch to Net_SMTP for php7 compatability
- Loading branch information
1 parent
0ccbaca
commit 5b0dd2c
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- SMTP.php 2017-05-20 11:50:53.716664059 +1000 | ||
+++ SMTP.php.new 2017-05-20 12:38:36.271530119 +1000 | ||
@@ -167,7 +167,7 @@ | ||
* @access public | ||
* @since 1.0 | ||
*/ | ||
- function Net_SMTP($host = null, $port = null, $localhost = null, | ||
+ function __construct($host = null, $port = null, $localhost = null, | ||
$pipelining = false, $timeout = 0, $socket_options = null) | ||
{ | ||
if (isset($host)) { |