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

Bug #1016 Error on GC.
Submitted: 2004-03-15 10:01 UTC
From: fiw at mail dot ru Assigned: troehr
Status: Closed Package: HTTP_Session
PHP Version: 4.3.2 OS: WinXP
Roadmaps: (Not assigned)    
Subscription  


 [2004-03-15 10:01 UTC] fiw at mail dot ru
Description: ------------ in HTTP\Session\Container\DB.php, 276 line - error. Reproduce code: --------------- if ($this->options['autooptimize']) { switch($this->db->type) { case 'mysql': ................... Expected result: ---------------- Notice: Undefined property: type in HTTP\Session\Container\DB.php on line 276 Actual result: -------------- if ($this->options['autooptimize']) { switch($this->db->phptype) { case 'mysql': ...................

Comments

 [2004-03-16 07:49 UTC] neufeind at php dot net
some more information from fiw: > fc DB-04-bug.php DB-04-wo-bug.php in function GC (in DB container) error. if set 'autooptimize' then check DB type ( switch($this->db->type) ), variable $type not defined in DB, so always autooptimise not run. you must use variable $phptype to detect type of database.
 [2004-07-11 22:16 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!
 [2005-09-02 21:12 UTC] torsten dot roehr at gmx dot de
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.