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
 [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 Apr 28 11:01:30 2024 UTC