Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28142 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25394 invoked by uid 1010); 25 Feb 2007 23:21:44 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 25379 invoked from network); 25 Feb 2007 23:21:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Feb 2007 23:21:44 -0000 Authentication-Results: pb1.pair.com smtp.mail=antony@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=antony@zend.com; 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:47101] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 63/B0-16533-50A12E54 for ; Sun, 25 Feb 2007 18:21:44 -0500 Received: (qmail 3360 invoked from network); 25 Feb 2007 23:19:53 -0000 Received: from internal.zend.office (HELO ?127.0.0.1?) (10.1.1.1) by internal.zend.office with SMTP; 25 Feb 2007 23:19:53 -0000 Message-ID: <45E219FF.6040608@zend.com> Date: Mon, 26 Feb 2007 02:21:35 +0300 User-Agent: Thunderbird 2.0b2 (X11/20070116) MIME-Version: 1.0 To: info@a-wing.co.uk CC: internals@lists.php.net References: <34.6F.06593.37802E54@pb1.pair.com> <45E20EE6.9000809@zend.com> <84.C1.06593.8A412E54@pb1.pair.com> In-Reply-To: <84.C1.06593.8A412E54@pb1.pair.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 5.2.1 twice as slow? From: antony@zend.com (Antony Dovgal) On 02/26/2007 01:58 AM, Andrew Hutchings wrote: > Antony Dovgal wrote: >> I guess you were using different configure options, but I don't know, >> you didn't say anything about that.. >> Personally I can't see any difference between 5.2.0 (14.4 +- 0.1) and >> 5.2.1 (14.4 +- 0.1) on my laptop. >> > > Apologies, I'm using the same configure options for both builds. I'm > using rpmbuild, same spec file for both builds (obviously modified in > each case to use the correct source): Please remove all these options and try with just ./configure --disable-all. Also please make sure the same CFLAGS are _really_ used in the build. -- Wbr, Antony Dovgal