Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13563 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39921 invoked by uid 1010); 27 Oct 2004 14:24:49 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 39877 invoked from network); 27 Oct 2004 14:24:49 -0000 Received: from unknown (HELO ctindustries.net) (216.117.147.250) by pb1.pair.com with SMTP; 27 Oct 2004 14:24:49 -0000 Received: from ctdprimary (dsta-aa203.pivot.net [66.186.171.203]) (authenticated bits=0) by ctindustries.net (8.12.8/8.12.8) with ESMTP id i9RDKvs3017608; Wed, 27 Oct 2004 09:20:58 -0400 Message-ID: <044201c4bc31$38b32360$f7dea8c0@cyberware.local> To: "Wez Furlong" Cc: References: <064a01c4bb82$8f9d4d90$f7dea8c0@cyberware.local> <417E929B.2040301@cschneid.com> <078e01c4bb96$86a0f340$f7dea8c0@cyberware.local> <4e89b4260410261323dc4d6da@mail.gmail.com> Date: Wed, 27 Oct 2004 10:28:25 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Subject: Re: [PHP-DEV] Re: streams file uri under windows From: rrichards@ctindustries.net ("Rob Richards") If anyone has a chance can you look at this patch (want to make sure its not breaking anything on other platforms)? http://ctindustries.net/patches/streams.c.diff It adds support for file://localhost/ on all platforms as well as adding the file:/// support back under windows. Other than that it doesnt change how the remote host stuff is handled. I'm would like to commit this in about a week and a half when I get back so please let me know if any one sees any issues. Rob