Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30056 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12969 invoked by uid 1010); 5 Jun 2007 08:36:29 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 12954 invoked from network); 5 Jun 2007 08:36:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jun 2007 08:36:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.235 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.235 nz-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.162.235] ([64.233.162.235:19542] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 41/10-11953-B8025664 for ; Tue, 05 Jun 2007 04:36:28 -0400 Received: by nz-out-0506.google.com with SMTP id i11so937698nzi for ; Tue, 05 Jun 2007 01:36:25 -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=I221Dks7JMtmTD6tIcvb95T1gSYt2TVMcoh7NCBRi/wchJYFLBysq0vEjupK1oFxB7clHDcV+swidMHpnS/ZcpFouufrte2yJnPr8yUvUUo5vo9jfjvhjfD+fQpQdie8sPUENgF4d/cPbaEDxfA5I7wzGSvl1SDUAqXPK1feF/8= 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=K72QdgiiV3ukq5VSl0KWVAiGLxbfadsPu8CjN0Ij58csvjwVZBoXF/8rIu2RSRJbDeEQEZheE0+/W04sUbjRFwPfGz/knAH9exXeJ6bCD34TdrhkhUn4hFUV34UVvqh/NWupWDjjJ8Gn/rPwJd2VMNBYWF+qUZUEYJiZTRFilb8= Received: by 10.114.112.1 with SMTP id k1mr5790571wac.1181032584697; Tue, 05 Jun 2007 01:36:24 -0700 (PDT) Received: by 10.114.178.2 with HTTP; Tue, 5 Jun 2007 01:36:24 -0700 (PDT) Message-ID: Date: Tue, 5 Jun 2007 10:36:24 +0200 To: "Antony Dovgal" Cc: "Lukas Kahwe Smith" , "Sebastian Bergmann" , internals@lists.php.net In-Reply-To: <46651ED0.3090104@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4664304D.5010609@zend.com> <46651C40.2010109@zend.com> <46651D61.3070808@pooteeweet.org> <46651ED0.3090104@zend.com> Subject: Re: [PHP-DEV] Benchmark Suite From: pierre.php@gmail.com (Pierre) On 6/5/07, Antony Dovgal wrote: > > Well SPL should not be allowed to be disabled anyways, imho. > > I agree, but that's out of the topic. Well, as we may require for the tests suite, and it looks like a non sense to be able to disable part of it, it is the right time to fix solve this issue :) It should not be possible to disable it. Or even better, we should move what we consider as core from SPL to Zend. I don't think the "hundreds" of php script and numerous iterators should be moved but the required ones. A couple of functions or features (I don't understand what they do in SPL) should be moved as well: class_implements, class_parents, spl_object_hash --Pierre