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

Bug #18719 ocisetprefetch called after OCIExecute
Submitted: 2011-08-12 04:09 UTC
From: thompsa Assigned:
Status: Open Package: MDB2_Driver_oci8 (version SVN)
PHP Version: 5.3.6 OS: FreeBSD 9.0
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 40 - 36 = ?

 
 [2011-08-12 04:09 UTC] thompsa (Andrew Thompson)
Description: ------------ The PHP manual page for oci_set_prefetch() explicitly states it must be called before oci_execute(). In MDB2_Driver_oci8 (and the old pear:db too) the prefetch is set after execute, is this intentional or an oversight?

Comments