"Assigning the return value of new by reference is deprecated" in cron_errors

Hi All,


I have a fresh installation of the latest mysource 3.20.0 yesterday, everything seems running smoothly, except the following error in the cron_errors.



[indent][font=“Courier New”]8:35:02 - 02 Jan

User: Root User (12)

Level: PHP 5 Strict Standards

(/usr/local/lib/php/Mail.php:154) - Assigning the return value of new by reference is deprecated[/font][/indent]



Can I safely ignore this error or I have to do something to fix it?



Here is the software combination I am using.


  • http 2.0.40
  • php 5.2.6
  • mysource 3.20.0



    Any input is appreciated.



    Thanks.



    Cheers,

    Joe

You can ignore it. It is just a problem with the PEAR::Mail package. Alternatively, you can upgrade PEAR::Mail to the latest version and see if that fixes it, or install from a CVS checkout of it, but it wont be causing any problems with your system in the current state. Just cosmetic errors every time we send emails.



Thanks mate :-)