Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:1827 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72896 invoked from network); 20 May 2003 21:33:11 -0000 Received: from unknown (HELO secure.thebrainroom.com) (213.239.42.171) by pb1.pair.com with SMTP; 20 May 2003 21:33:11 -0000 Received: from zaneeb.brainnet.i (IDENT:root@brain.dial.nildram.co.uk [195.149.29.154]) by secure.thebrainroom.com (8.9.3/8.9.3) with ESMTP id WAA20337; Tue, 20 May 2003 22:33:09 +0100 Received: from zaneeb.brainnet.i (IDENT:wez@zaneeb.brainnet.i [127.0.0.1]) by zaneeb.brainnet.i (8.11.6/8.11.6) with ESMTP id h4KLXB827869; Tue, 20 May 2003 22:33:11 +0100 Date: Tue, 20 May 2003 22:33:10 +0100 (BST) X-X-Sender: wez@zaneeb.brainnet.i To: Arjen Brouwer cc: internals@lists.php.net In-Reply-To: <015d01c31f15$3b1fcd20$0200a8c0@sleepert> Message-ID: References: <015d01c31f15$3b1fcd20$0200a8c0@sleepert> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] PHP 5 and WebDAV stream From: wez@thebrainroom.com (Wez Furlong) I think that hartmut is doing some work in this area for a fully-fledged webdav wrapper (transparent access using all the regular filesystem functions). --Wez. On Tue, 20 May 2003, Arjen Brouwer wrote: > Hi! > > Wil PHP5 support a built-in WebDAV stream? Or will it be supported in > the HTTP stream? > > Cheers, A >