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

Bug #1976 Missing $this-> with __construct()
Submitted: 2004-07-25 04:58 UTC
From: rquast at rolandquast dot com Assigned: dufuz
Status: Closed Package: Tree
PHP Version: 5.0.0 OS: Linux 2.4.26-gentoo-r5
Roadmaps: (Not assigned)    
Subscription  


 [2004-07-25 04:58 UTC] rquast at rolandquast dot com
Description: ------------ new __construct constructor in php5 not referencing old constructor correctly.. missing $this-> Reproduce code: --------------- Simple problem I found when installing Tree with php5, the new __construct method cant find the old constructor because its not referencing $this /usr/lib/php/Tree/Dynamic/DBNested.php Line 76: currently... Tree_Dynamic_DBnested( $dsn , $options ); Requires: $this->Tree_Dynamic_DBnested( $dsn , $options );

Comments

 [2004-12-20 20:23 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!