Closed (fixed)
Project:
Mailhandler
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jun 2009 at 06:36 UTC
Updated:
10 Jul 2009 at 15:10 UTC
I'm getting the following warnng in my log files. Should I take the action indicated?
[Sun Jun 14 04:10:07 2009] [error] [client xxx.xxx.xxx.xxx]
PHP Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /home/xxxxxxxxxx/public_html/sites/all/modules/mailhandler/mailhandler.retrieve.inc on line 264
Comments
Comment #1
z.stolar commentedI think it was solved here #349141: Bad message number on retrieval
Comment #2
Ian Ward commentedYes, this went in when that patch went in. I had fixed it while testing the retrieval from the UI and then just left it in there.
Ian