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

Bug #19375 Add static to the fuction getInstance
Submitted: 2012-04-06 16:57 UTC
From: ckhalilo Assigned: ashnazg
Status: Closed Package: Net_IDNA2 (version SVN)
PHP Version: 5.4.0 OS: Windows
Roadmaps: (Not assigned)    
Subscription  


 [2012-04-06 16:57 UTC] ckhalilo (Khalil Charfi)
Description: ------------ Strict Standards : Non-static method NET_IDNA2::getInstance() should not be called statically. Test script: --------------- Method getInstance() are not instanciate as static function Expected result: ---------------- Add static to the function getInstance on line 3368 static function getInstance($params = array()){ Actual result: -------------- Strict Standards : Non-static method NET_IDNA2::getInstance() should not be called statically.

Comments

 [2017-03-06 20:26 UTC] ashnazg (Chuck Burgess)
-Status: Open +Status: Assigned -Assigned To: +Assigned To: ashnazg
 [2017-03-06 20:49 UTC] ashnazg (Chuck Burgess)
-Status: Assigned +Status: Closed
Fixed in v0.2.0.