Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36448 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31627 invoked from network); 24 Mar 2008 19:20:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Mar 2008 19:20:22 -0000 Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain chiaraquartet.net from 38.99.98.18 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 38.99.98.18 beast.bluga.net Linux 2.6 Received: from [38.99.98.18] ([38.99.98.18:43910] helo=mail.bluga.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A6/72-20329-3FEF7E74 for ; Mon, 24 Mar 2008 14:20:20 -0500 Received: from mail.bluga.net (localhost.localdomain [127.0.0.1]) by mail.bluga.net (Postfix) with ESMTP id B89B3C0F6E9; Mon, 24 Mar 2008 12:20:17 -0700 (MST) Received: from [192.168.0.106] (CPE-76-84-4-101.neb.res.rr.com [76.84.4.101]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bluga.net (Postfix) with ESMTP id 3645DC0F6E6; Mon, 24 Mar 2008 12:20:17 -0700 (MST) Message-ID: <47E7FEFD.8080504@chiaraquartet.net> Date: Mon, 24 Mar 2008 14:20:29 -0500 User-Agent: Thunderbird 2.0.0.12 (X11/20080227) MIME-Version: 1.0 To: Stanislav Malyshev CC: Marcus Boerger , Dmitry Stogov , internals Mailing List References: <47E2F8FA.20107@chiaraquartet.net> <47E37C42.10308@zend.com> <47E3E7F1.3060200@chiaraquartet.net> <47E792E1.9070803@zend.com> <47E7AC60.1040705@chiaraquartet.net> <119518366.20080324143952@marcus-boerger.de> <47E7B0ED.90902@chiaraquartet.net> <47E7E04E.1060802@zend.com> In-Reply-To: <47E7E04E.1060802@zend.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [PHP-DEV] REMINDER - stream wrappers in include_path From: greg@chiaraquartet.net (Gregory Beaver) Stanislav Malyshev wrote: >> this would unfortunately break UNC paths on unix, which start with //. > > Unix has UNC paths? Beats me, I'm sure posix-based systems don't, but it is called "Uniform Naming Convention" so it's possible somebody might implement it (http://en.wikipedia.org/wiki/Path_(computing)#Uniform_Naming_Convention). :) Greg