php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2006 Memory leaks?
Submitted: 1999-08-09 12:26 UTC Modified: 1999-08-23 15:04 UTC
From: georgeh at blowtorch dot com Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0 Latest CVS (09/08/1999) OS: Stock Redhat 6.0 / ECommerce Edi
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
7 + 12 = ?
Subscribe to this entry?

 
 [1999-08-09 12:26 UTC] georgeh at blowtorch dot com
I'm submitting this FWIW. It may be a known problem or not a problem at all. Just something I noticed in my logs:

/usr/local/bps/htdocs/ris/htdocs/services.phtml:  Freeing 0x081E4D30 (4 bytes), allocated in zend_hash.c on line 185<br>
/usr/local/bps/htdocs/ris/htdocs/services.phtml:  Last leak repeated 1 time
/usr/local/bps/htdocs/ris/htdocs/services.phtml:  Freeing 0x08207D90 (44 bytes), allocated in zend_hash.c on line 175<br>
/usr/local/bps/htdocs/ris/htdocs/services.phtml:  Last leak repeated 3 times
/usr/local/bps/htdocs/ris/htdocs/professional.phtml:  Freeing 0x081CA138 (4 bytes), allocated in zend_hash.c on line 185<br>
/usr/local/bps/htdocs/ris/htdocs/professional.phtml:  Last leak repeated 1 time
/usr/local/bps/htdocs/ris/htdocs/professional.phtml:  Freeing 0x081DD5D8 (44 bytes), allocated in zend_hash.c on line 175<br>
/usr/local/bps/htdocs/ris/htdocs/professional.phtml:  Last leak repeated 3 times

Here's my configure line (although this looks like a zend issue:)

# ./configure  --with-apxs=/usr/sbin/apxs --with-mysql=/usr --with-dbase=yes --with-filepro=yes --with-zlib --enable-sysvshm=yes --enable-sysvsem=yes --enable-magic-quotes=yes


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-08-23 15:04 UTC] andi at cvs dot php dot net
Please check if this still happens with the latest CVS.
If it does then try and cut down your scripts to the smallest script possible that reproduces this.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 20:01:45 2024 UTC