Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42310 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39699 invoked from network); 17 Dec 2008 21:38:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Dec 2008 21:38:03 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass 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:60827] helo=mail-bw0-f21.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 46/7A-19668-A3179494 for ; Wed, 17 Dec 2008 16:38:02 -0500 Received: by bwz14 with SMTP id 14so373523bwz.23 for ; Wed, 17 Dec 2008 13:37:59 -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=zvKoF23yeneROd7WZiJo9W0PUw3X0nIVDgxXN/qJVGA=; b=ejwgIbiO2NbSdtngkpTcdfeQ6PgrZzEfWwUgYz9dXdRwoKAeytc8MXpP4oV0mYpb+G RVKVv60U8rkGoTdPygsMVkdYwbLztzgEFVT3JcXnIUg13/bByYnA8cQ733+jVU/zEUiT 64iqfovNRqjGPbfFa7JIPuJJIauSDA72y9uv4= 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=nKND/zSQCbtlUN6IEhvNXQUDe7wZ6GGn1pVzVYORNzW0kJo3T9uXnfFwn2ayagFRbV Xj+nDnfumClUDU7Y4I0FpbwubwRv2fWyGTkGml2oxxhH/eZDGafdrJXzxUVTec2LiXL1 51Gt4xpN15o9ZN9UaOOHLnGXK8HDKlpp6r2MU= Received: by 10.181.21.2 with SMTP id y2mr389308bki.144.1229549879773; Wed, 17 Dec 2008 13:37:59 -0800 (PST) Received: by 10.181.225.19 with HTTP; Wed, 17 Dec 2008 13:37:59 -0800 (PST) Message-ID: <7f3ed2c30812171337u54338080l820591de2370301d@mail.gmail.com> Date: Wed, 17 Dec 2008 22:37:59 +0100 To: "Lukas Kahwe Smith" Cc: "Daniel Convissor" , "PHP Internals List" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <493ECBFD.6060407@chiaraquartet.net> <20081210183302.GA19304@panix.com> <29AA2691-6BA7-42E8-86A0-3451F9231375@pooteeweet.org> <7f3ed2c30812171324i4c25e155xe5f86bad4ed8eabb@mail.gmail.com> 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 22:30, Lukas Kahwe Smith wrote= : > > On 17.12.2008, at 22:24, Hannes Magnusson wrote: > >> 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. > > > cool. talk about a convoluted function name. > the documentation is probably not what we want though: > "stream_resolve_include_path =97 Determine what file will be opened by ca= lls > to fopen() with a relative path" While the docs for 5.3 are extremely poor, documenting stuff in HEAD is not a priority. But hey, concrete suggestions are always welcome :) -Hannes