On Tue, 3 Feb 2004, Adam Maccabee Trachtenberg wrote:
> On Tue, 3 Feb 2004, Ananth Kesari wrote:
>
> > Sorry for the inconvenience. Just testing since my mails with
> > attachments to this group are bouncing back!
>
> You need to send text attachments that end in .txt.
The requirement is to send
PHP 4 Bug Database summary - http://bugs.php.net
Num Status Summary (783 total including feature requests)
===[*Directory/Filesystem functions]
26653 Verified open_basedir bug
26863 Assigned fgets hangs on some urls
individual
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Zeev Suraski wrote:
At 00:58 07/02/2004, Christian Jerono wrote:
Well so wouldn't 'reverse construction order' mean:
$container=...;
$obj = $container->getFoo();
results in call of $obj->__destruct(); and then $container->__destruct();
maybe i just missed the problem here?
Yes, and yes you did :
== Quote from Zeev Suraski ([EMAIL PROTECTED])'s article
> To make a long story short, no. Circular references are hardly the
> problem, even a one-sided reference can be problematic. Just one example
> (there are many others) - you have $container and $obj, both are global
> variables, $containe