Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61106 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76202 invoked from network); 5 Jul 2012 10:10:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jul 2012 10:10:31 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass 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 209.85.213.42 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.213.42 mail-yw0-f42.google.com Received: from [209.85.213.42] ([209.85.213.42:58721] helo=mail-yw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E9/71-65462-61865FF4 for ; Thu, 05 Jul 2012 06:10:30 -0400 Received: by yhfq11 with SMTP id q11so9537031yhf.29 for ; Thu, 05 Jul 2012 03:10:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Fu1rmUz6S/RGVrUf3/4KpqC9WollkIdNm4m1ToNzpwI=; b=FSn7qDecahc6Dl/RClrxif9sDNg77UNyUVrmxlomxwZpLNBH53uFUadJl7wMSPRuHH giuQc3rLHlbALQ6klQPVbtuO0vMDO9jC1SYjd2C+lu/si12VKXsEODDVeCHPxQPbXx3s KPOeDO9E5eyuCeI6U8MQ/6Juyh2uMflf7j7h9Z85czqlKV+LDChx8I14WXtp/kkA5Xmh 58DiijLWnlY4KCaJddsSqSYkHwz7y75NjJjSnFWRqHr5/MEhU0Fl6a2dTBjDzdP8UNYD fN3Wgfpgt//MK5am6cMUnDFJbSLV2yo1dJrmj4/AbmGIhqT5TP4lRboj7YX4pG+2IoNc LCxA== MIME-Version: 1.0 Received: by 10.236.186.72 with SMTP id v48mr28959316yhm.18.1341483027814; Thu, 05 Jul 2012 03:10:27 -0700 (PDT) Received: by 10.147.113.7 with HTTP; Thu, 5 Jul 2012 03:10:27 -0700 (PDT) In-Reply-To: References: <4FF2FFBF.8050301@lerdorf.com> <4FF31F5A.9010009@lerdorf.com> Date: Thu, 5 Jul 2012 12:10:27 +0200 Message-ID: To: Tom Boutell Cc: PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Is the fix for #61238 in PHP 5.4.4 & pecl yet? From: pierre.php@gmail.com (Pierre Joye) hi Tom, On Wed, Jul 4, 2012 at 4:37 PM, 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? yes and no, really depends on the codes. However my point was not really about the importance of a given feature but its limitation or drawbacks. stat=0 being the one causing most troubles to lambda users (relative paths usage and the likes). That could be done in a more transparent way, without needing an option to enable this optimization (wincache and other does it). So could be other options, limit them to the critical ones (size of the cache and the likes) and leave the rest to our choices, filling the mass needs before the needs of the 1%. Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org