At 03:17 23/06/2005, Marcus Boerger wrote:
Hello Zeev,

 thanks for clarifying. Any chance we could change that for
"normal/unproblemeatic" exit()s in the future with run-tests
in mind?

The trick would be how we can detect a non problematic exit().  For example,

function foo() { exit(); }

function bar($arg1, $arg2) { }

bar("foo" . "bar", foo());

(or something similar, I didn't actually test it) would result in a leak, even though it's perfectly normal/unproblematic...

Zeev

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to