Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45997 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61296 invoked from network); 10 Nov 2009 17:53:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Nov 2009 17:53:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 88.198.8.16 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 88.198.8.16 bigtime.backendmedia.com Linux 2.6 Received: from [88.198.8.16] ([88.198.8.16:59857] helo=bigtime.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D6/14-38546-D78A9FA4 for ; Tue, 10 Nov 2009 12:53:02 -0500 Received: from localhost (unknown [127.0.0.1]) by bigtime.backendmedia.com (Postfix) with ESMTP id B9A1A414405C; Tue, 10 Nov 2009 17:53:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at backendmedia.com Received: from bigtime.backendmedia.com ([127.0.0.1]) by localhost (bigtime.backendmedia.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hS9lWpuq-NZR; Tue, 10 Nov 2009 18:53:05 +0100 (CET) Received: from [10.161.71.87] (gprs37.swisscom-mobile.ch [193.247.250.37]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mls@pooteeweet.org) by bigtime.backendmedia.com (Postfix) with ESMTP id 73E67414405B; Tue, 10 Nov 2009 18:53:04 +0100 (CET) References: <413588E2-8AC8-49F7-B7BF-97BEFB0A71E4@pooteeweet.org> <87.33.38546.DA5A9FA4@pb1.pair.com> Message-ID: <687EE9B6-0A9A-48E3-B653-7D94D91C1FFD@pooteeweet.org> To: Mark Skilbeck In-Reply-To: <87.33.38546.DA5A9FA4@pb1.pair.com> Content-Type: multipart/alternative; boundary=Apple-Mail-1-395508681 Content-Transfer-Encoding: 7bit X-Mailer: iPhone Mail (7D11) Mime-Version: 1.0 (iPhone Mail 7D11) Date: Tue, 10 Nov 2009 18:53:02 +0100 Cc: "internals@lists.php.net" Subject: Re: [PHP-DEV] Re: alternative to the fopen() hack in autoloaders From: mls@pooteeweet.org (Lukas Kahwe Smith) --Apple-Mail-1-395508681 Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit On 10.11.2009, at 18:40, Mark Skilbeck wrote: > > What's the problem with file_exists() ? i have explained this in the RFC. for one it does not support the include path setting. furthermore this does not solve the race condition and requires more FS operations than my proposal would. regards Lukas --Apple-Mail-1-395508681--