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  
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 : 24 + 16 = ?

 
 [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.