Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15477 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77938 invoked by uid 1010); 17 Mar 2005 12:52:59 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 77917 invoked from network); 17 Mar 2005 12:52:59 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 17 Mar 2005 12:52:59 -0000 X-Host-Fingerprint: 212.112.227.169 ipx11223.ipxserver.de Linux 2.4/2.6 Received: from ([212.112.227.169:34802] helo=ipx11223.ipxserver.de) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id 82/AC-09621-AAD79324 for ; Thu, 17 Mar 2005 07:52:59 -0500 Received: from localhost (localhost [127.0.0.1]) by ipx11223.ipxserver.de (Postfix) with ESMTP id 824CEDF017A; Thu, 17 Mar 2005 13:53:08 +0100 (CET) Received: from ipx11223.ipxserver.de ([127.0.0.1]) by localhost (ipx11223 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 21349-10; Thu, 17 Mar 2005 13:53:04 +0100 (CET) Received: from [192.168.0.77] (port-212-202-40-148.dynamic.qsc.de [212.202.40.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ipx11223.ipxserver.de (Postfix) with ESMTP id 3A3B4DF0122; Thu, 17 Mar 2005 13:53:04 +0100 (CET) Message-ID: <42397D8E.8040508@php.net> Date: Thu, 17 Mar 2005 13:52:30 +0100 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Derick Rethans Cc: Moriyoshi Koizumi , internals@lists.php.net References: <42397244.2030806@php.net> <4b3d8a98d330dca4c277c0174003a0c3@at.wakwak.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by somedaemon at backendmedia.com Subject: Re: [PHP-DEV] reference issue From: lsmith@php.net (Lukas Smith) Derick Rethans wrote: > On Thu, 17 Mar 2005, Moriyoshi Koizumi wrote: > >> That's expected behaviour. Have a look at http://bugs.php.net/20993 . > > > Sorry, but this is not expected - it's a bug. I would also like to disagree. I think this is a huge inconsistency that should be addressed even if that costs performance. If however the core php developers do think this behavior should stick, then there should be a function that allows people to clean these references without such hacks (even if internally these hacks are still going on). regards, Lukas