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

Bug #7195 PDO quoteSmart
Submitted: 2006-03-24 13:07 UTC
From: marc dot jakubowski at gmail dot com Assigned: lsmith
Status: Closed Package: LiveUser (version 0.16.10)
PHP Version: 5.1.1 OS: XP
Roadmaps: (Not assigned)    
Subscription  


 [2006-03-24 13:07 UTC] marc dot jakubowski at gmail dot com (Marc Jakubowski)
Description: ------------ When using PDO as storage Engine there appears an error: Fatal error: Call to undefined method PDO::quoteSmart() in D:\Programme\xampp\php\pear\LiveUser\Perm\Storage\PDO.php on line 413 So I guess line 413 should be $this->dbc->quote(true); rather than $this->dbc->quoteSmart(true); quoteSmart seems to only be available in the PEAR::DB container

Comments

 [2006-03-24 13:12 UTC] lsmith (Lukas Smith)
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.