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

Bug #6405 Only variable references should be returned by reference
Submitted: 2006-01-03 12:32 UTC
From: bate Assigned: bate
Status: Closed Package: DB_NestedSet
PHP Version: 5.1.1 OS: FreeBSD
Roadmaps: (Not assigned)    
Subscription  


 [2006-01-03 12:32 UTC] bate
Description: ------------ Notice: Only variable references should be returned by reference in /usr/local/lib/php/DB/NestedSet/DB.php on line 52 removed the & before the constructor on line 47 currently: function & DB_NestedSet_DB($dsn, $params = array()) { should be: function DB_NestedSet_DB($dsn, $params = array()) { (CVS Version tested)

Comments

 [2006-01-06 15:00 UTC] bate
This bug has been fixed in CVS. 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.