Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42308 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36074 invoked from network); 17 Dec 2008 21:24:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Dec 2008 21:24:53 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.21 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.218.21 mail-bw0-f21.google.com Received: from [209.85.218.21] ([209.85.218.21:65081] helo=mail-bw0-f21.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1F/A9-19668-42E69494 for ; Wed, 17 Dec 2008 16:24:53 -0500 Received: by bwz14 with SMTP id 14so355242bwz.23 for ; Wed, 17 Dec 2008 13:24:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=umvQAidk3gVeUJsxEqJOzVUslW5IV3JYHBPyLz7s9rk=; b=XZ83OyVE+fkEc4igvtrQLp0bguHMPBoNniTP/m8zzakz9ULMwDv2rrGsLz+WOA7roN TwAQsrEFI59co/qVYIpTnynV+jZ8tWG2k/uRixxnkZZyIGrms6K0tPaCH37rTQNhNcn4 eaEUl4jGCEtj33kbPg+7YSirx96ipAStRrHyY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=HZ74uJGIoZbgQZ3HYe0pq84h2xM++T8ZDwK4jw2DG02dqmKwQ+PC9fWFX0+RdI1Lxa t1+qcyv4ZQChb+X/0lXOIJQIALSfei1zs/tjTmjwRSoTiwV4wH3xcO3UNij7pfQsVB2l DGbwl44EWfn4UPvI6tBFJh0ClKkEAVC5IXS0I= Received: by 10.181.152.14 with SMTP id e14mr379373bko.189.1229549089349; Wed, 17 Dec 2008 13:24:49 -0800 (PST) Received: by 10.181.225.19 with HTTP; Wed, 17 Dec 2008 13:24:49 -0800 (PST) Message-ID: <7f3ed2c30812171324i4c25e155xe5f86bad4ed8eabb@mail.gmail.com> Date: Wed, 17 Dec 2008 22:24:49 +0100 To: "Lukas Kahwe Smith" Cc: "Daniel Convissor" , "PHP Internals List" In-Reply-To: <29AA2691-6BA7-42E8-86A0-3451F9231375@pooteeweet.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <493ECBFD.6060407@chiaraquartet.net> <20081210183302.GA19304@panix.com> <29AA2691-6BA7-42E8-86A0-3451F9231375@pooteeweet.org> Subject: Re: [PHP-DEV] problem with include_path and write-based file functions From: hannes.magnusson@gmail.com ("Hannes Magnusson") On Wed, Dec 17, 2008 at 21:02, Lukas Kahwe Smith wrote: > > which brings us back to the fact that we never added a proper way to be able > to determine if a file exists in the include path or not. this is why a lot That is simply not true. stream_resolve_include_path() is available in HEAD. -Hannes