Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36503 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85354 invoked from network); 25 Mar 2008 15:13:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Mar 2008 15:13:27 -0000 Authentication-Results: pb1.pair.com header.from=et@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=et@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 62.75.137.136 as permitted sender) X-PHP-List-Original-Sender: et@php.net X-Host-Fingerprint: 62.75.137.136 fuer-et.de Linux 2.5 (sometimes 2.4) (4) Received: from [62.75.137.136] ([62.75.137.136:46909] helo=eve.fuer-et.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D2/32-08002-69619E74 for ; Tue, 25 Mar 2008 10:13:26 -0500 Received: from edea.local (mainau.mis.informatik.tu-darmstadt.de [130.83.165.199]) by eve.fuer-et.de (Postfix) with ESMTP id B54D11C5999C; Tue, 25 Mar 2008 15:13:23 +0000 (UTC) To: internals@lists.php.net Date: Tue, 25 Mar 2008 16:13:19 +0100 User-Agent: KMail/1.9.7 Cc: Stanislav Malyshev , Gregory Beaver , Marcus Boerger , Dmitry Stogov References: <47E2F8FA.20107@chiaraquartet.net> <47E7FEFD.8080504@chiaraquartet.net> <47E800F1.5090101@zend.com> In-Reply-To: <47E800F1.5090101@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <200803251613.20245.et@php.net> Subject: Re: [PHP-DEV] REMINDER - stream wrappers in include_path From: et@php.net (Stefan Walk) On Monday 24 March 2008 20:28:49 Stanislav Malyshev wrote: > > 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 > > The fact that it's called "uniform" doesn't mean it works in anything > but Windows :) In UNIX IIRC if one needs to access SMB volume the > regular smb:// URLs are used, or tool-specific syntax. If you have > something like automount, then you have regular /-based URLs, but never > headr of // having any special meaning different from just /. a) // is valid for windows too b) cygwin uses // Regards, Stefan