php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2942 Cursor memory not freed
Submitted: 1999-12-09 11:17 UTC Modified: 1999-12-09 11:31 UTC
From: krisc at cs dot kuleuven dot ac dot be Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 3.0.11 OS: Windows NT
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: krisc at cs dot kuleuven dot ac dot be
New email:
PHP Version: OS:

 

 [1999-12-09 11:17 UTC] krisc at cs dot kuleuven dot ac dot be
Within a database (oracle) access quite some cursors get opened by my program and closed when not needed anymore, but PHP doesn't clear the memory and php.exe runs out of that.  Dr. Watson pops up for the crash.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-12-09 11:31 UTC] thies at cvs dot php dot net
pelase use ora_close to close cursors that you no longer need. this will happen automagicly at the end of the script.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 22:01:28 2024 UTC