this one too

This commit is contained in:
Wez Furlong 2005-02-06 17:33:12 +00:00
parent 9ba84360e3
commit ca4dc0361c

View File

@ -527,6 +527,10 @@ static PHP_METHOD(PDO, getAttribute)
case PDO_ATTR_ORACLE_NULLS:
RETURN_BOOL(dbh->oracle_nulls);
case PDO_ATTR_ERRMODE:
RETURN_LONG(dbh->error_mode);
}
if (!dbh->methods->get_attribute) {