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

Bug #14271 oci8: freePrepared() does not free _prepared_queries array
Submitted: 2008-07-01 13:34 UTC
From: falk Assigned: danielc
Status: Closed Package: DB (version 1.7.14RC1)
PHP Version: 5.2.6 OS: Linux
Roadmaps: 1.7.14RC2    
Subscription  


 [2008-07-01 13:34 UTC] falk (Falk Herrmann)
Description: ------------ The Method freePrepared() in oci8.php does not free the prepared SQL queries. Add "unset($this->_prepared_queries[(int)$stmt]);"

Comments

 [2010-01-08 10:00 UTC] danielc (Daniel Convissor)
-Status: Open +Status: Closed -Assigned To: +Assigned To: danielc
Fixed in SVN revision 293241. It will show up in the next release.