Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15875 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36780 invoked by uid 1010); 6 Apr 2005 15:30:51 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 36765 invoked from network); 6 Apr 2005 15:30:51 -0000 Received: from unknown (HELO gmail.com) (127.0.0.1) by localhost with SMTP; 6 Apr 2005 15:30:51 -0000 X-Host-Fingerprint: 64.233.184.203 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.203:2382] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id A3/87-19272-AA004524 for ; Wed, 06 Apr 2005 11:30:51 -0400 Received: by wproxy.gmail.com with SMTP id 70so387492wra for ; Wed, 06 Apr 2005 08:30:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=RMrqUrHJdG/YB9UtFQYy7QeAWdhqLXMArUbftbt/F+yhYuyZCgBY3ojsgUu5uY71rmwHm+lyBFYdzmgAtnfUjM5q1qZ17biMZgGrWPqHzq9ILl99jviO+392wDsHKxliMdZPHp07v93N1WPuOKcT/Uhr/WyGdvu9ZKkOFJGkfus= Received: by 10.54.32.28 with SMTP id f28mr686152wrf; Wed, 06 Apr 2005 08:30:46 -0700 (PDT) Received: by 10.54.77.4 with HTTP; Wed, 6 Apr 2005 08:30:46 -0700 (PDT) Message-ID: <4e89b426050406083078b02033@mail.gmail.com> Date: Wed, 6 Apr 2005 11:30:46 -0400 Reply-To: Wez Furlong To: Sara Golemon Cc: "Morgan L. Owens" , internals@lists.php.net In-Reply-To: <003801c53ab9$a7902650$6c051fac@lighthammer> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <425369FD.1000800@nznet.gen.nz> <4e89b4260504060541544ccde2@mail.gmail.com> <003801c53ab9$a7902650$6c051fac@lighthammer> Subject: Re: [PHP-DEV] Scheme identification in stream wrappers From: kingwez@gmail.com (Wez Furlong) It's not 'nix you want to worry about, but systems where : identifies a drive or device; win32, vms (?), (and Amiga, if that still counts :) Could be more trouble than its worth, BC wise. --Wez. On Apr 6, 2005 11:02 AM, Sara Golemon wrote: > The only thing that positively leaps to mind is the ability to > read-from/write-to alternate data streams under win32. But I suppose that > could be worked around easily enough. If nothing else an explicit file:// > scheme when that's needed would remedy the problem. Remind me what the > *nixes do with ':' ? > > -Sara > >