php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8683 Memory leak with ob_gzhander
Submitted: 2001-01-12 15:56 UTC Modified: 2001-02-01 20:01 UTC
From: sitnikov at infonet dot ee Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.4 OS: Linux 2.2.17
Private report: No CVE-ID: None
 [2001-01-12 15:56 UTC] sitnikov at infonet dot ee
When I have tried to use ob_gzhander on the site, on server began to decrease quantity of free memory (swap). For 2 two hours ~150 MB.

php is 4.0.4pl1

configured:

CFLAGS="-O6" \
LDFLAGS="-rdynamic" \
EXTRA_LIBS="-lxmlparse -lxmltok" \
LIBS="-lxmlparse -lxmltok" \
CXX=gcc \
./configure \
--enable-inline-optimization \
--with-mysql=/work/php/mysql \
--with-apache=/work/apache/apache_1.3.14 \
--enable-static \
--enable-track-vars \
--enable-safe-mode \
--enable-magic-quotes \
--enable-track-vars \
--with-jpeg-dir=/work/php/jpeg-6b \
--with-gd=/work/php/gd \
--with-ttf \
--with-zlib \
--enable-sysvshm \
--enable-sysvsem \
--with-epipe \
--with-mhash=/work/php/mhash \
--with-mcrypt=/work/php/mcrypt \
--disable-libtool-lock \
--with-shared-pdf \
--with-dom=/usr/lib \
--enable-shmop \
--with-sablot \
--with-config-file-path=/etc/httpd/conf 


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-01 20:01 UTC] sniper@php.net
This should be fixed in CVS now. Please try the latest CVS snapshot
from http://snaps.php.net/ and reopen this bug report if problem
still exists when using it.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 18:01:28 2024 UTC