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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]