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

Bug #17284 Auth_Container_File->fetchData doesn't match the parent's method
Submitted: 2010-03-31 14:43 UTC
From: sylvain_d Assigned: doconnor
Status: Closed Package: Auth (version 1.6.2)
PHP Version: 5.3.1 OS: Windows
Roadmaps: (Not assigned)    
Subscription  


 [2010-03-31 14:43 UTC] sylvain_d (Sylvain Delafoy)
Description: ------------ This method doesn't match the parents one so PHP refuses to run it. Test script: --------------- $a = new Auth(new Auth_Container_File("pass.csv")); $a->start(); Expected result: ---------------- The file pass.csv loads and the auth is checked. Actual result: -------------- PHP crashes showing this: Strict Standards: Declaration of CustomAuthContainer::fetchData() should be compatible with that of Auth_Container::fetchData() in C:\Documents and Settings\Administrateur\workspace\Vote\login.php on line 13

Comments

 [2014-04-20 10:15 UTC] doconnor (Daniel O'Connor)
-Status: Open +Status: Closed -Assigned To: +Assigned To: doconnor
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.