Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13564 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41752 invoked by uid 1010); 27 Oct 2004 15:55:11 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 41723 invoked by uid 1007); 27 Oct 2004 15:55:11 -0000 Message-ID: <20041027155511.41722.qmail@pb1.pair.com> To: internals@lists.php.net References: <064a01c4bb82$8f9d4d90$f7dea8c0@cyberware.local> <417E929B.2040301@cschneid.com> <078e01c4bb96$86a0f340$f7dea8c0@cyberware.local> <4e89b4260410261323dc4d6da@mail.gmail.com> <087801c4bba4$53904150$f7dea8c0@cyberware.local> <417EE61A.2080708@akbkhome.com> Date: Wed, 27 Oct 2004 08:55:11 -0700 Lines: 13 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Response X-Posted-By: 64.142.6.231 Subject: Re: [PHP-DEV] Re: streams file uri under windows From: pollita@php.net ("Sara Golemon") > you could follow the nautilus standard for this and use > smb://hostname/sharename/file.txt ? > smb:// should probably be reserved for an actual smb protocol wrapper (one which works under unix or windows) rather than something which does filepath magic under one particular OS. That said libsmb is GPL so any implementation would have to start from scratch or live outside of php.net -Sara