Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30106 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68498 invoked by uid 1010); 6 Jun 2007 07:15:38 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 68481 invoked from network); 6 Jun 2007 07:15:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Jun 2007 07:15:37 -0000 Authentication-Results: pb1.pair.com header.from=helly@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=helly@php.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain php.net from 85.214.80.207 cause and error) X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 85.214.80.207 unknown Linux 2.6 Received: from [85.214.80.207] ([85.214.80.207:60296] helo=h1149922.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6F/E3-39877-01F56664 for ; Wed, 06 Jun 2007 03:15:32 -0400 Received: from [10.10.4.203] (unknown [194.230.53.149]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by h1149922.serverkompetenz.net (Postfix) with ESMTP id 891101B35F7; Wed, 6 Jun 2007 09:15:19 +0200 (CEST) Date: Wed, 6 Jun 2007 09:15:17 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <459964946.20070606091517@marcus-boerger.de> To: Stanislav Malyshev CC: Pierre , internals@lists.php.net In-Reply-To: <46665CE5.10007@zend.com> References: <1655508223.20070605221904@marcus-boerger.de> <4665CE64.3070901@zend.com> <4665D1D5.8080505@zend.com> <4665D45E.9000806@zend.com> <46665CE5.10007@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] SPL & PCRE as always enabled in core From: helly@php.net (Marcus Boerger) Hello Stanislav, Wednesday, June 6, 2007, 9:06:13 AM, you wrote: >> Please check the bugs database. There was numerous reports about this >> problem and there is no solution to use an object instead of an array > I'm still not following, I tried modifying the example you gave making > __get return by reference and it worked just fine. I would gladly look > up the bug database, I just don't know what to look for since I still > don't know what the problem is. >> However, I'm not arguing about why or how this bug should be fixed but >> that the only work 'round is in SPL. ArrayObject (and related) must be >> in Zend, it is a core feature. > I'm not so sure. For example, I'm sure sessions are user much more than > ArrayObject, but they aren't. > -- > Stanislav Malyshev, Zend Products Engineer > stas@zend.com http://www.zend.com/ You are actually not allowed to change the signature. If you could add or drop & from the signature then there is a bug in the engine. That is what Pierre was referring to, the disability to change the signature. Best regards, Marcus