PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Authentication » LiveUser » Bug #7195

PDO quoteSmart

Details

Submitted2006-03-24 13:07 UTC
Frommarc dot jakubowski at gmail dot com
Assignedlsmith
StatusClosed
PackageLiveUser
PHP Version5.1.1
OSXP
Roadmaps(Not assigned)

Comments

[2006-03-24 13:07 UTC] marc dot jakubowski at gmail dot com

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