History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: ZF-131
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Matthew Weier O'Phinney
Reporter: Matthew Weier O'Phinney
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Zend Framework

Zend_Mail_Transport_Abstract array_walk() creates E_NOTICE

Created: 22/Jun/06 07:37 AM   Updated: 05/Jul/07 02:44 PM  Due: 26/Jun/06
Component/s: Zend_Mail
Affects Version/s: 0.1.3, 0.1.4
Fix Version/s: 0.1.4

Time Tracking:
Not Specified

External References:
Re: [fw-general] mail transport warning (Confluence: Zend Framework List Archive: FW-GENERAL)
Returnpath: <fwgeneralreturn3750zf.general=runbox.com@lists.zend.com> Received: (qmail 31402 invoked by uid 100); 22 Jun 2006 13:34:09 0000 MessageID: <29025605.1150980181636.JavaMail.root@framework.zend.com> Date: Thu,</29025605.1150980181636.JavaMai...
SV: [fw-general] mail transport warning (Confluence: Zend Framework List Archive: FW-GENERAL)
Returnpath: <fwgeneralreturn3751zf.general=runbox.com@lists.zend.com> Received: (qmail 32429 invoked by uid 100); 22 Jun 2006 13:36:46 0000 MessageID: <4283956.1150980301625.JavaMail.root@framework.zend.com> Date: Thu,</fwgeneralreturn3751zf.general=r...

Resolution Date: 22/Jun/06 07:40 AM


 Description  « Hide
User Asger Hallas reports:

"I keep getting a warning about an undefined constant self in line 191 of the mail transport abstract:

array_walk($content, array(self, '_formatHeader'), $header);"



 All   Comments   Work Log   Change History   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
Matthew Weier O'Phinney - 22/Jun/06 07:40 AM
This was an E_NOTICE produced by using the self keyword in a callback context. It has been fixed in patch 690.