Home » HTTP » HTTP_WebDAV_Client
WebDAV stream wrapper class
This package is unmaintained.
Download latest release 1.0.2 (archived versions might be outdated)
License: PHP
Description
RFC2518 compliant stream wrapper that allows to use WebDAV server
resources like a regular file system from within PHP.
Maintainers
- Hartmut Holzgraefe (hholzgra) — lead, active
Dependencies
Required
- PHP (>= 4.3)
- PEAR Installer (>= 1.4.0b1)
- HTTP_Request (>= 1.0)
Releases
- 1.0.2 (stable, 2011-12-11)
Release notes
License: PHP
QA Release
Bug #14164 Content-range calculation is wrong.
Bug #18445 Response parsing fail if XML is on one line and hrefs contain the absolute URI - 1.0.1 (stable, 2010-10-25)
Release notes
License: PHP
QA release
SVN dir layout
Bug #12854 is_file('webdav://foo/bar.txt') always returns false
Bug #13229 Opening files for append does not place pointer at eof?
Request #13876 Make User-Agent header configurable
Bug #13948 HTTP/Request.php should be require_once'd
Bug #14080 Suppress warning
Bug #14088 fopen mode 'w' should truncate file
Request #14089 support of "header" stream context option
Bug #17791 Patch: Avoid deprecated ereg and split - 1.0.0 (stable, 2008-01-08)
- 0.9.7 (beta, 2005-01-09)
- 0.9.6 (beta, 2003-12-19)
Release notes
License: PHP
- fixed settings of mode flags for stat()/url_stat()
- added missing authentication in lots of places
- added support for rename() and mkdir() (PHP >= 5.0.0b3)
- added lock support (experimental, requires PHP changes not yet in CVS) - 0.9.5 (beta, 2003-12-04)
Release notes
License: PHP
lots of small improvements and additions, now waiting for missing
pieces in the user streams interface ...
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #878 | Bogus | Bug | 2004-02-26 | PEAR QA: improvement for get_class()-usage | |
| #994 | Closed | Bug | 2004-03-11 | Rogue print_r() function | |
| #995 | Closed | Bug | 2004-03-11 | Support for WebDAV authentication is lacking | |
| #996 | Closed | Bug | 2004-03-11 | WebDAV file is not truncated when fopen()'ing with a mode of "w". | |
| #1044 | Duplicate | Bug | 2004-03-20 | Get Headers Problem | |
| #2463 | Closed | Bug | 2004-10-05 | stream_write() does not update position | |
| #4225 | Closed | Doc | 2005-04-26 | Documentation and test script request | |
| #4584 | Bogus | Bug | 2005-06-13 | DAV Header parsing failure | |
| #5570 | No Feedback | Bug | 2005-09-30 | problem with xml body requests | |
| #6407 | Closed | Bug | 2006-01-03 | stream_read(): Range one byte too long | |
| #7714 | Closed | Bug | 0.9.7 | 2006-05-24 | End of file marker not set in stream_read |
| #9373 | Bogus | Req | 0.9.7 | 2006-11-17 | scandir doesn't return file sizes |
| #9816 | No Feedback | Req | CVS | 2007-01-12 | RFC 3744 WebDAV Access Control Protocol |
| #12653 | Duplicate | Bug | 0.9.7 | 2007-12-11 | Wrong HTTP Range: request header |
| #12854 | Closed | Bug | 1.0.0 | 2008-01-08 | is_file('webdav://foo/bar.txt') always returns false |
| #12856 | Wont fix | Bug | 1.0.0 | 2008-01-08 | Directories cannot be accessed without trailing slash |
| #13229 | Closed | Bug | 1.0.0 | 2008-02-27 | Opening files for append does not place pointer at eof? |
| #13245 | No Feedback | Req | 1.0.0 | 2008-02-28 | Uploading files is very slow |
| #13246 | Wont fix | Req | 1.0.0 | 2008-02-28 | Caching of stat entries |
| #13867 | Wont fix | Req | 1.0.0 | 2008-05-10 | Property operation |
| #13876 | Closed | Req | 1.0.0 | 2008-05-12 | Make User-Agent header configurable |
| #13948 | Closed | Bug | CVS | 2008-05-20 | HTTP/Request.php should be require_once'd |
| #14080 | Closed | Bug | CVS | 2008-06-05 | Suppress warning |
| #14088 | Closed | Bug | CVS | 2008-06-06 | fopen mode 'w' should truncate file |
| #14089 | Closed | Req | CVS | 2008-06-06 | support of "header" stream context option |
| #14164 | Closed | Bug | CVS | 2008-06-17 | Content-range calculation is wrong. |
| #17791 | Closed | Bug | SVN | 2010-08-22 | Patch: Avoid deprecated ereg and split |
| #18445 | Closed | Bug | 1.0.1 | 2011-04-14 | Response parsing fail if XML is on one line and hrefs contain the absolute URI |
| #19701 | Feedback | Bug | 1.0.2 | 2012-11-12 | Incorrect processing DELETE response |
| #20239 | Feedback | Bug | 1.0.2 | 2014-04-09 | List a folder with non-ascii character in name show the folder itself |
| #20412 | Open | Bug | SVN | 2014-09-18 | Technique used is explicitly forbidden by current RFC |