php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1723 Possible PHP3 memory leak detected (harmless) : 11 bytes from php3_hash.c:1025
Submitted: 1999-07-15 19:41 UTC Modified: 2000-08-06 06:57 UTC
From: cdchen at mail dot cynix dot com dot tw Assigned:
Status: Closed Package: Other
PHP Version: 3.0.11 OS: Linux 2.2.5 + RedHat 6.0 + Apach
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: cdchen at mail dot cynix dot com dot tw
New email:
PHP Version: OS:

 

 [1999-07-15 19:41 UTC] cdchen at mail dot cynix dot com dot tw
configure:
#! /bin/bash

make distclean

./configure \
  --prefix=/usr \
  --with-config-file-path=/etc/httpd \
  --with-apxs=/usr/sbin/apxs \
  --with-apache=/usr/include/apache \
  --with-system-regex \
  --with-pgsql=/home/postgres \
  --with-snmp \
  --with-gettext \
  --with-ttf \
  --with-gd \
  --with-imagick \
  --with-yp \
  --with-x \
  --with-mcrypt=/usr \
  --with-xml \
  --with-ldap \
  --enable-sysvsem \
  --enable-sysvshm \
  --enable-track-vars \
  --enable-debug \
  --enable-debugger \
  --enable-magic-quotes \
  --enable-force-cgi-redirect \
  --enable-bcmatch \
  --enable-imap \
  --enable-url-includes


Apache error_log:
[Fri Jul 16 01:22:17 1999] [notice] Apache/1.3.6 (Unix)  (Red Hat/Linux) PHP/3.0
.11 configured -- resuming normal operations
[Fri Jul 16 01:23:06 1999] [error] Possible PHP3 memory leak detected (harmless)
:  11 bytes from php3_hash.c:1025


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-07-18 20:21 UTC] sas at cvs dot php dot net
Could you provide a test script which demonstrates the effect (the leak message) you see? 
 [2000-03-03 14:54 UTC] sas at cvs dot php dot net
Does this still happen?
 [2000-08-06 06:57 UTC] rasmus@php.net
Outdated bug - this has surely been fixed by now.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 02:01:28 2024 UTC