php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12898 Memory Leaks when using LOB Fields
Submitted: 2001-08-22 10:05 UTC Modified: 2001-10-17 08:20 UTC
From: cjendro at saz dot net Assigned:
Status: Not a bug Package: OCI8 related
PHP Version: 4.0.5 OS: Linux, Debian, Woody
Private report: No CVE-ID: None
 [2001-08-22 10:05 UTC] cjendro at saz dot net
I use PHP 4.0.5-2, compiled under Debian/Woody wit OCI8 support. Used with Apache as Module (libphp4.so)

When using OciFetchStatement or OciFetchInto there is a  memory leak, (on my page 30MB per Pageview)

i have tried not to use oci_return_lobs, and use $lob->free() bot no changes.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-17 07:40 UTC] cjendro at saz dot net
The memory leak problem is solved after installing 8.1.7.2.1 Patch on our Oracle Server (Running on Win NT)


 [2001-10-17 07:42 UTC] mfischer@php.net
So not a PHP problem -> bogusified.

- Markus
 [2001-10-17 07:46 UTC] cjendro at saz dot net
It is Solved without any Changes on my Webserver, PHP or Apache version, i have 2 Oracle servers installed onle th one Without the patch brings up the Memory leak problem, i don't know why bugs in Oracle Server cause problems in PHP (or may be in OCI drivers) but i hope this information may help you.
 [2001-10-17 07:49 UTC] derick@php.net
It is, but it's not a PHP Bug => bogus
Derick
 [2001-10-17 07:52 UTC] cjendro at saz dot net
It is Solved without any Changes on my Webserver, PHP or Apache version, i have 2 Oracle servers installed onle th one Without the patch brings up the Memory leak problem, i don't know why bugs in Oracle Server cause problems in PHP (or may be in OCI drivers) but i hope this information may help you.
 [2001-10-17 08:20 UTC] mfischer@php.net
You may want to contribute this information to the user notes section on the oci8 page.

Bogusified again.

- Markus
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 14:01:29 2024 UTC