Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36120 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48209 invoked from network); 13 Mar 2008 11:34:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Mar 2008 11:34:32 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad 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 64.233.178.241 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 64.233.178.241 hs-out-0708.google.com Received: from [64.233.178.241] ([64.233.178.241:30208] helo=hs-out-0708.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A7/69-34038-74119D74 for ; Thu, 13 Mar 2008 06:34:31 -0500 Received: by hs-out-0708.google.com with SMTP id j58so2705315hsj.7 for ; Thu, 13 Mar 2008 04:34:29 -0700 (PDT) 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=X+b8pDIzFnL/9VCvlQXgEBiTvq1e91tSoC6blTq684c=; b=li+MFpKxviubFc6XI9/0fYItQG0jbGOQ6qMyKQeuF3ynuAgHZehs05hG5esOvS4SVK1F52F9a5XwdulAp0o3wL41ScN9y2hcwDEcb5IDzh31RORTcn7wY1w6sgb4e2v98cX7XYawauJuQMrzbquknUik9XjFFnBPmTYqDVuKPQw= 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=uG9khE9qEwXAYrMZIBSLWx94HItxDyo0SLuUoHZelmS302YGmAgAo4/tvKktUH9I7EgvpZeUMzadFa/wPVhokMb1Kc8eqLEk5KO9l4NT4jhwKcESI9e4qAZO4+zZLB4IBsah91M29PNqsZz7iMd5fkNkIQIJQKm+VAKls7iRolM= Received: by 10.140.126.14 with SMTP id y14mr5636995rvc.96.1205408068047; Thu, 13 Mar 2008 04:34:28 -0700 (PDT) Received: by 10.141.116.12 with HTTP; Thu, 13 Mar 2008 04:34:27 -0700 (PDT) Message-ID: Date: Thu, 13 Mar 2008 12:34:28 +0100 To: "Dmitry Stogov" Cc: "Gregory Beaver" , "internals Mailing List" In-Reply-To: <06B0D32C7A96544490D18AF653D6BDE5026BA120@il-ex1.zend.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <06B0D32C7A96544490D18AF653D6BDE5026BA120@il-ex1.zend.net> Subject: Re: [PHP-DEV] RE: [PATCH] adding stream wrappers to include_path From: pierre.php@gmail.com ("Pierre Joye") Hi Dmitry, On Thu, Mar 13, 2008 at 12:25 PM, Dmitry Stogov wrote: > It is too difficult for extension that is not in the core distribution > yet. > For now I think it is simple to override zend_stream_open_function() and > zend_resolve_path_function() callbacks by ext/phar and provide something > like phar.include_path directive. It is indeed a solution. But my point was to support quotes in the include_path, no matter if an extension needs it or not. However it is not that critical and nobody has complained about this problem before :) -- Pierre http://blog.thepimp.net | http://www.libgd.org