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

Bug #16284 E_STRICT: Non-static PHP_UML_PHP_Parser::getCurrentPackage() called statically
Submitted: 2009-06-04 14:47 UTC
From: wombert Assigned: baptiste
Status: Closed Package: PHP_UML (version 0.5.2)
PHP Version: 5.2.5 OS: Mac OS X 10.5.7
Roadmaps: (Not assigned)    
Subscription  


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 5 + 13 = ?

 
 [2009-06-04 14:47 UTC] wombert (David Zülke)
Description: ------------ Strict standards: Non-static method PHP_UML_PHP_Parser::getCurrentPackage() should not be called statically in /usr/local/php5/lib/php/PHP/UML/PHP/Parser.php on line 198 Call Stack: 0.0006 109572 1. {main}() /usr/local/php5/bin/phpuml:0 0.0214 1091296 2. PHP_UML->parse() /usr/local/php5/bin/phpuml:71 25.3461 57760016 3. PHP_UML_PHP_Parser->parse() /usr/local/php5/lib/php/PHP/UML.php:376 25.3521 58025428 4. PHP_UML_PHP_Parser::tBody() /usr/local/php5/lib/php/PHP/UML/PHP/Parser.php:184 25.3523 58028648 5. PHP_UML_PHP_Parser::tDocComment() /usr/local/php5/lib/php/PHP/UML/PHP/Parser.php:674 25.3523 58030312 6. PHP_UML_PHP_Parser::tClass() /usr/local/php5/lib/php/PHP/UML/PHP/Parser.php:715

Comments

 [2009-06-04 14:52 UTC] wombert (David Zülke)
-Summary: Strict standards: Non-static method PHP_UML_PHP_Parser::getCurrentPackage() sho +Summary: E_STRICT: Non-static PHP_UML_PHP_Parser::getCurrentPackage() called statically
 [2009-06-04 16:22 UTC] wombert (David Zülke)
The following patch has been added/updated: Patch Name: php_uml_parser_php_getcurrentpackage Revision: 1244114577 URL: http://pear.php.net/bugs/patch-display.php?bug=16284&patch=php_uml_parser_php_getcurrentpackage&revision=1244114577&display=1
 [2009-06-11 23:24 UTC] baptiste (Baptiste Autin)
-Status: Open +Status: Closed -Assigned To: +Assigned To: baptiste
Thank you for your bug report. This issue has been fixed in the latest released version of the package, which you can download at http://pear.php.net/get/ Thanks for alerting me. These two warnings should occur no more in STRICT mode, with the new release (0.5.3).