Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8507 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47926 invoked by uid 1010); 13 Mar 2004 14:11:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 47820 invoked from network); 13 Mar 2004 14:10:59 -0000 Received: from unknown (HELO mail.zend.com) (192.117.235.230) by pb1.pair.com with SMTP; 13 Mar 2004 14:10:59 -0000 Received: (qmail 7544 invoked from network); 13 Mar 2004 14:10:53 -0000 Received: from guardian.zend.office (HELO AndiNotebook.zend.com) (10.1.1.4) by mail.zend.com with SMTP; 13 Mar 2004 14:10:53 -0000 Message-ID: <5.1.0.14.2.20040313161034.04329490@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sat, 13 Mar 2004 16:10:52 +0200 To: Joe Estock ,internals@lists.php.net In-Reply-To: <20040313135557.20975.qmail@pb1.pair.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] Re: ht being destroyed... From: andi@zend.com (Andi Gutmans) It was fixed a few days ago. At 07:56 AM 3/13/2004 -0600, Joe Estock wrote: >Derick Rethans wrote: >>Hello, >>the following script: >>> class foo { >> function foo() { >> $this->a = $this; >> $this->b = $this; >> } >> } >> function bar($o) { >> } >> $f = new foo(); >> bar($f); >> bar($f); >>?> >> >>generates the following warning: >>/dat/dev/php/php-5.0dev/Zend/zend_hash.c(504) : ht=0x4055e9b0 is being >>destroyed >>regards, >>Derick > >Derick, > >I have tried to reproduce this warning on PHP 5.0.0a5-alexdupre without >success. I am running in cli mode on FreeBSD 5.2.1, not sure if that would >make any difference, however. > >Regards, > >Joe (guru) > >-- >PHP Internals - PHP Runtime Development Mailing List >To unsubscribe, visit: http://www.php.net/unsub.php