PEAR is archived and read-only

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

Home » Database » MDB2_Driver_oci8 » Bug #4796

pb wiht autoCommit

Details

Submitted2005-07-12 05:42 UTC
Fromcharles dot chokote at yob dot fr
StatusBogus
PackageMDB2_Driver_oci8
PHP Version5.0.4
OSWindows 2003
Roadmaps(Not assigned)

Comments

[2005-07-12 05:42 UTC] charles dot chokote at yob dot fr

Description:
------------
Hi,

When i tried to use MDB2 with new MDB2_Driver_oci8, i have this message :
Fatal error: Call to undefined function: MDB2_Driver_oci8::autoCommit(). in c:\php\PEAR\MDB2.php on line 1548

[2005-07-12 07:53 UTC] smith at backendmedia dot com

Use beginTransaction() to start a transaction.

[2005-07-12 07:54 UTC] smith at backendmedia dot com

At a later point auto commit handling will be readded via another method.