Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61104 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8714 invoked from network); 4 Jul 2012 14:41:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jul 2012 14:41:53 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.216.170 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.216.170 mail-qc0-f170.google.com Received: from [209.85.216.170] ([209.85.216.170:54931] helo=mail-qc0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E6/D1-30242-03654FF4 for ; Wed, 04 Jul 2012 10:41:53 -0400 Received: by qcmt36 with SMTP id t36so4731899qcm.29 for ; Wed, 04 Jul 2012 07:41:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding:x-gm-message-state; bh=2MNyuurCIb9ZV2XFpGYj2KTBvFIRNifwStFUKR+dvlk=; b=RA8fxy/yZXbIvlO6Lcs/laWcnwMNydsZw+g2K412DQqgLGIss3swhCpPnDYqSCkJad zHW5hip8AMRl1YAMnClIbonjbQNaoPodT27YabJKKWSdN8poiLX8QPO7h1GOO2b7iubp XmPcpjN07PeZl0qEtd/4maAnM88pAt0ccooiHlepKg69QBwzj3R1sZSxRrAbs+t2an1q jA52C5HZMyeuBYKYaPwTsljTLjH/HEEZQuXyOEx2DCG6BunjAIfmXxDhD2G1R4clmEvG pchB/vUDF4iKozM+sqaeQMSnyQkSDjUzNPCMK3y0GrSUxPKYxKWhBmd53cq8q8y5QCVH 33NA== Received: by 10.224.178.137 with SMTP id bm9mr38831644qab.31.1341412910104; Wed, 04 Jul 2012 07:41:50 -0700 (PDT) Received: from [172.16.26.30] ([38.106.64.245]) by mx.google.com with ESMTPS id o7sm29668570qaq.17.2012.07.04.07.41.48 (version=SSLv3 cipher=OTHER); Wed, 04 Jul 2012 07:41:49 -0700 (PDT) Message-ID: <4FF4562B.1010001@lerdorf.com> Date: Wed, 04 Jul 2012 07:41:47 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 MIME-Version: 1.0 To: Tom Boutell CC: PHP Internals References: <4FF2FFBF.8050301@lerdorf.com> <4FF31F5A.9010009@lerdorf.com> In-Reply-To: X-Enigmail-Version: 1.4.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQmNmS4oHCxWNWzI9Jq2BHjyLNKghC+H8Nv7YWw7LVm0/PfaM3x9SZCrANnVt48/ZOKL4/AA Subject: Re: [PHP-DEV] Is the fix for #61238 in PHP 5.4.4 & pecl yet? From: rasmus@lerdorf.com (Rasmus Lerdorf) On 07/04/2012 07:37 AM, Tom Boutell wrote: > Hmm, but the stat=0 optimization is a major one; a cache that didn't > offer it would be significantly slower in production for those who > know what they're doing, yes? Depends on your code. For people who write code that needs to include hundreds, or even thousands of files per request, yes, stat=0 is a big feature. For saner code it is much less important. -Rasmus