Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30059 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24604 invoked by uid 1010); 5 Jun 2007 08:56:50 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 24589 invoked from network); 5 Jun 2007 08:56:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jun 2007 08:56:50 -0000 Authentication-Results: pb1.pair.com header.from=antony@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=antony@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: antony@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from [212.25.124.162] ([212.25.124.162:54771] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CB/91-11953-F4525664 for ; Tue, 05 Jun 2007 04:56:49 -0400 Received: (qmail 8708 invoked from network); 5 Jun 2007 08:56:44 -0000 Received: from internal.zend.office (HELO ?127.0.0.1?) (10.1.1.1) by internal.zend.office with SMTP; 5 Jun 2007 08:56:44 -0000 Message-ID: <46652549.5030602@zend.com> Date: Tue, 05 Jun 2007 12:56:41 +0400 User-Agent: Thunderbird 2.0.0.0 (X11/20070326) MIME-Version: 1.0 To: Derick Rethans CC: Lukas Kahwe Smith , Sebastian Bergmann , internals@lists.php.net References: <4664304D.5010609@zend.com> <46651C40.2010109@zend.com> <46651D61.3070808@pooteeweet.org> <46651ED0.3090104@zend.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Benchmark Suite From: antony@zend.com (Antony Dovgal) On 05.06.2007 12:43, Derick Rethans wrote: >> > > Require SPL for a test suite? >> > > Doesn't seem to be good idea.. >> > >> > Well SPL should not be allowed to be disabled anyways, imho. >> >> I agree, but that's out of the topic. > > Then what is the issue with using this in the tests suite? <@tony2001> I know that ext/pcre can be disabled, but it's good idea to keep the number of required extensions as low as we can -- Wbr, Antony Dovgal