Re: [PHP-DEV] Test mail.

2004-02-07 Thread Derick Rethans
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-DEV] PHP 4 Bug Summary Report

2004-02-07 Thread internals
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

[PHP-DEV] CVS Account Request: saman431

2004-02-07 Thread Saman Salehian
individual -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: New destructors implementation

2004-02-07 Thread Michael Walter
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 :

Re: [PHP-DEV] New destructors implementation

2004-02-07 Thread Stephane Drouard
== 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