logo       

[ANNOUNCEMENT] HTTP_WebDAV_Server-0.99 (beta) Released.: msg#00312

php.pear.general

Subject: [ANNOUNCEMENT] HTTP_WebDAV_Server-0.99 (beta) Released.

The new PEAR package HTTP_WebDAV_Server-0.99 (beta) has been released at
http://pear.php.net/.

Release notes
-------------
almost all TODO features and issues for 1.0 are now implemented,
there might be some additional API cleanups in PROPFIND and PROPPATCH
and some small issues in the Fileserver example still exist

as soon as this is done i think the packe is ready for
a 1.0RC1 release

Starting with this release it is now possible to return
streams from GET and PUT. IF you return a readable stream
from GET or a writable stream from PUT the base class will
take care of any further action including HTTP header
generation and handling of partial GETs and PUTs (if the
returned streams are seekable).

The only things you should return in addition to an
appropriate open stream are the current size of the
resource in $options['size'] for both GET and PUT
and the mimetype in $options['mimetype'] and modification
date in $options['mtime'] for GET.

Package Info
-------------
RFC2518 compliant helper class for WebDAV server implementation.

Related Links
-------------
Package home: http://pear.php.net/package/HTTP_WebDAV_Server
Changelog:
http://pear.php.net/package-changelog.php?package=HTTP_WebDAV_Server
Download: http://pear.php.net/get/HTTP_WebDAV_Server-0.99.tgz

Authors
-------------
Hartmut Holzgraefe <hholzgra@xxxxxxx> (lead)
Christian Stocker <chregu@xxxxxxx> (lead)

--
PEAR General Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise