Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.10.12

Bug #19990 Warning on PEAR::raiseError() call
Submitted: 2013-06-24 16:09 UTC
From: alec Assigned: alec
Status: Closed Package: Mail_Mime (version SVN)
PHP Version: 5.4.16 OS:
Roadmaps: 1.8.8    
Subscription  


 [2013-06-24 16:09 UTC] alec (Aleksander Machniak)
Description: ------------ This method is called staticly, but it isn't marked as static (for PHP4 compat.). A solution would be to replace static calls with private method calls, a method which would create PEAR_Error object.

Comments

 [2013-06-24 16:09 UTC] alec (Aleksander Machniak)
-Status: Open +Status: Closed -Assigned To: +Assigned To: alec
This bug has been fixed in SVN. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.