Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30086 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29908 invoked by uid 1010); 5 Jun 2007 21:15:27 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 29893 invoked from network); 5 Jun 2007 21:15:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jun 2007 21:15:27 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.229 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 64.233.162.229 nz-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.162.229] ([64.233.162.229:44797] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 07/AB-33808-D62D5664 for ; Tue, 05 Jun 2007 17:15:25 -0400 Received: by nz-out-0506.google.com with SMTP id i11so1131435nzi for ; Tue, 05 Jun 2007 14:15:23 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=L+HI3D4g6c1Fia1hBPaKUjRifPuBC5dWcThg+8yDzv86Mq5ti+KehmaIHuxKXoJHu25NzDZHqLSU309xoWrqlQ6MQi6x9K67MesiISI+AjnYfFO8ahG20pg+nnaBuKcOltiw281RQr/EzWXv/TZWdnE5wRTB230ipeqHXOm3h2M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jNgMUjOsxcdDY8Hvb35toJYEP0U72xx7ZDSzKX4rR6oQqguGHZ2tC/fwUE4VSzlQ6rYNsUiDIss08kXfAf0TRBQVEF1vK+Jvg4fI+5K7498lkFR+7sqbcmo79Vc8RXyiZKaNh/VyB0YjHuX/NiJLmBHnEVJow+lbWRh9HuFnn4Q= Received: by 10.114.137.2 with SMTP id k2mr6338143wad.1181078122257; Tue, 05 Jun 2007 14:15:22 -0700 (PDT) Received: by 10.114.178.2 with HTTP; Tue, 5 Jun 2007 14:15:22 -0700 (PDT) Message-ID: Date: Tue, 5 Jun 2007 23:15:22 +0200 To: "Stanislav Malyshev" Cc: "Marcus Boerger" , internals@lists.php.net In-Reply-To: <4665D1D5.8080505@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1655508223.20070605221904@marcus-boerger.de> <4665CE64.3070901@zend.com> <4665D1D5.8080505@zend.com> Subject: Re: [PHP-DEV] [RFC] SPL & PCRE as always enabled in core From: pierre.php@gmail.com (Pierre) On 6/5/07, Stanislav Malyshev wrote: > > - the array bugs in object properties. There is no other work around > > but to use ArrayObject. And this is rather critical. > > Could you elaborate - which bugs? A rude explanation was here: http://blog.thepimp.net/index.php/post/2006/11/28/comment-posting-fixed-and-warning-removed-and-some-overload-mess There is also a bug report about this problem, I just can't find it. --Pierre