[PHP-DEV] Tiny leak with append file? From: Wez Furlong (wez <email protected>)
Date: 08/31/01

I'm seeing this in the output of my cron jobs:

./zend_execute.c(1434) : Freeing 0x087FD474 (1 bytes), script=dodeletes.php
Last leak repeated 10893 times

The number of repeats is proportional to how much work the scripts need
to do; it varies from 1 up to whatever (like 10893!).

If I put "exit();" at the end of my script (or anywhere else in the script),
I don't see the leak.

I don't use anything that might eval(), AFAICT.

Strange.

--Wez.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>