Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15473 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16752 invoked by uid 1010); 17 Mar 2005 12:04:42 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 16623 invoked from network); 17 Mar 2005 12:04:38 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 17 Mar 2005 12:04:38 -0000 X-Host-Fingerprint: 212.112.227.169 ipx11223.ipxserver.de Linux 2.4/2.6 Received: from ([212.112.227.169:34485] helo=ipx11223.ipxserver.de) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id F4/D6-09621-35279324 for ; Thu, 17 Mar 2005 07:04:36 -0500 Received: from localhost (localhost [127.0.0.1]) by ipx11223.ipxserver.de (Postfix) with ESMTP id 76B4FDF0122 for ; Thu, 17 Mar 2005 13:05:06 +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-04 for ; Thu, 17 Mar 2005 13:05:01 +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 66122DF0160 for ; Thu, 17 Mar 2005 13:05:01 +0100 (CET) Message-ID: <42397244.2030806@php.net> Date: Thu, 17 Mar 2005 13:04:20 +0100 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by somedaemon at backendmedia.com Subject: reference issue From: lsmith@php.net (Lukas Smith) Hi, I have encountered yet another reference issue. I tested this on PHP 4.3.10 and 4.3.11RC1 on both windows and linux. Here is a script that reproduces the issue: http://www.backendmedia.com/PHP/reference_bug.phps In the comments at the top you can also see my "hack" which fixes the problem for me. I have also tried Derick's patch on the 4.3.11RC1 install on linux, but this didnt change the situation at all. regards, Lukas