Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13571 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35386 invoked by uid 1010); 27 Oct 2004 17:24:39 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 35360 invoked from network); 27 Oct 2004 17:24:39 -0000 Received: from unknown (HELO amber.vis-av.com) (66.92.75.243) by pb1.pair.com with SMTP; 27 Oct 2004 17:24:39 -0000 Received: (qmail 19415 invoked from network); 27 Oct 2004 17:24:38 -0000 Received: from unknown (HELO random.?none?) (192.168.1.9) by amber.internal with SMTP; 27 Oct 2004 17:24:38 -0000 Received: (nullmailer pid 11426 invoked by uid 0); Wed, 27 Oct 2004 17:24:38 -0000 To: Moriyoshi Koizumi Cc: Sara Golemon , 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> <20041027155511.41722.qmail@pb1.pair.com> Reply-To: Derrell.Lipman@UnwiredUniverse.com Date: Wed, 27 Oct 2004 13:24:38 -0400 In-Reply-To: (Moriyoshi Koizumi's message of "Thu, 28 Oct 2004 02:16:09 +0900") Message-ID: User-Agent: Gnus/5.110003 (No Gnus v0.3) XEmacs/21.4 (Common Lisp, linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [PHP-DEV] Re: streams file uri under windows From: Derrell.Lipman@UnwiredUniverse.com Moriyoshi Koizumi writes: > AFAIK FreeBSD's libsmb is released under a BSD-style license. > > http://www.freebsd.org/cgi/cvsweb.cgi/src/contrib/smbfs/lib/smb/ That's not libsmb; rather, it's the kernel module that can read/write remote SMB file systems. libsmb, more properly known as libsmbclient, is a library which an application may link with for remote access to SMB file systems. It is part of the Samba project, and is GPL. libsmbclient supports the smb:// URI syntax.