/e modifier is deprecated in PHP 7, yet it's still in use at least here: classes/class.phpmailer.php 1727, 1730, 1735
and in adodb-db2oci.inc line 43 . Until we're going to add Oracle support, this one is not relevant.
Hi,
As I recall, doing this isn't super straightforward. This was done in a couple other places, but can't recall where; is in one of these commits :) https://github.com/openemr/openemr/commits/master?author=Dev2-PracticeProvider
I agree with not touching the adodb modules since this will be fixed by adodb authors in the future.
-brady
Can we upgrade phpmailer ?
Here's a bit of history on the email stuff: http://www.open-emr.org/wiki/index.php/Sending_Email
Bringing in most recent phpmailer would be ideal: https://github.com/PHPMailer/PHPMailer/releases
-brady OpenEMR
Log in to post a comment.
Hi,
As I recall, doing this isn't super straightforward. This was done in a couple other places, but can't recall where; is in one of these commits :)
https://github.com/openemr/openemr/commits/master?author=Dev2-PracticeProvider
I agree with not touching the adodb modules since this will be fixed by adodb authors in the future.
-brady
Can we upgrade phpmailer ?
Hi,
Here's a bit of history on the email stuff:
http://www.open-emr.org/wiki/index.php/Sending_Email
Bringing in most recent phpmailer would be ideal:
https://github.com/PHPMailer/PHPMailer/releases
-brady
OpenEMR