[PEAR-BUG] Bug #19909 [Opn->Dup]: This method should be static
[email protected] Tue, 23 Apr 2013 06:01:15 +0100 (BST)
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <[email protected]> |
Edit report at https://pear.php.net/bugs/bug.php?id=19909&edit=1 ID: 19909 Updated by: [email protected] Reported By: robertvandell at comcast dot net Summary: This method should be static -Status: Open +Status: Duplicate Type: Bug Package: Documentation Operating System: Ubuntu PHP Version: 5.4.6 Roadmap Versions: New Comment: -Status: Open +Status: Duplicate Duplicate of #19578. Previous Comments: ------------------------------------------------------------------------ [2013-04-23 05:43:25] awesomebobx64 Description: ------------ PHP Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in /usr/share/php/Mail/smtp.php on line 376 This is the majority of my error logs. Test script: --------------- <?php PEAR::isError(); ?> Expected result: ---------------- No notices are thrown. Actual result: -------------- PHP Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in /usr/share/php/Mail/smtp.php on line 376 ------------------------------------------------------------------------ -- Edit this bug report at https://pear.php.net/bugs/bug.php?id=19909&edit=1