PHP Classes

Error with PHP 5

Recommend this page to a friend!

      MIME E-mail message sending  >  All threads  >  Error with PHP 5  >  (Un) Subscribe thread alerts  
Subject:Error with PHP 5
Summary:Minor error when enabling E_STRICT
Messages:2
Author:x
Date:2009-08-12 03:23:01
Update:2009-08-12 04:26:16
 

 


  1. Error with PHP 5   Reply   Report abuse  
Picture of x x - 2009-08-12 03:23:01
Hi,

I get this error when enabling E_STRICT error reporting. Nothing dramatical but it would be nice if it could get corrected.

Declaration of smtp_message_class::SendMessageBody() should be compatible with that of email_message_class::SendMessageBody() in smtp_message.php on line 685

  2. Re: Error with PHP 5   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2009-08-12 04:26:16 - In reply to message 1 from x
Yes, there was an harmless indication in the base class that the parameter should be passed by reference, which was incorrect. A fixed version was just uploaded. Thank you for reporting.