> -----Original Message-----
> From: Paul Strange [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 19, 2001 1:18 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Memory Leaks
>
> When we review the error_log from apache, we see the following alot:
> 
> zend_hash.c(291) :  Freeing 0x0812738C (65 bytes), 
> script=/www/dmp/app/index.php
> Last leak repeated 152 times

Paul, I was hoping to see a response to your post from one of our more
"technical" list members. That's not me, unfortunately.

We had a recent bout with this same thing. We have a home-grown database
abstraction layer (written in C) that had some memory leaks. As soon as we
fixed that code, these "Freeing" errors went away. That's the sum total of
what I know about this, sorry :(

Did you configure PHP with the --enable-debug switch? If not, you may want
to try it, you may get some additional info into the error log.

Good luck.

Kirk

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to