On 9/1/05, Jani Taskinen <[EMAIL PROTECTED]> wrote:
>      __destruct()'s are called before the user registered shutdown functions.
>      This will not change so don't bother reporting a bug about this.

Eew. Is this a change in 5.0.5? Seemed not to be a problem in 5.0.4.
Not that it matters, as long as I know what to expect.

Is there a way to know the order of the objects destruction? It seems
logical that the least referenced objects would get destroyed first,
since they likely hold references to the higher refcounted objects. I
could use that to get the same effect though undeterministic.

>      Provide short (and I mean SHORT) reproducing script before
>      you report any bugs about this.

Not worth it. It is something I can work around. I already have my
hands full coming up with short test cases for the bugs in Zend's
opcode cache for PHP 5.

Thank you for your comments! I got what I needed.

-steve--

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

Reply via email to