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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Sun May 12 12:01:30 2024 UTC