ZF-7946: Zend_Db_Adapter_Oracle triggers E_NOTICE without oci extension
Description
Zend_Db_Adapter_Oracle::_connect() throws an exception if the oci8 extension isn't loaded, but the $_execute_mode member variable is set to OCI_COMMIT_ON_SUCCESS, which gives an E_NOTICE without the extension. The following patch may solve the problem, but I don't know the ins and outs of the Adapter logic so I can't be 100% certain that this won't cause other problems.
Comments
Posted by Chris Buckley (cbuckley) on 2009-09-24T06:04:27.000+0000
Patch for Zend_Db_Adapter_Oracle
Posted by Mickael Perraud (mikaelkael) on 2009-09-25T10:47:02.000+0000
Patch applied on trunk with SVN18414 Reported on 1.9 branch with SVN18415 Thanks.