http://pear.php.net/
pear-webmaster@lists.php.netpear-webmaster@lists.php.neten-usLatest releases of http_webdav_serverThe latest releases for the package http_webdav_serverHTTP_WebDAV_Server 1.0.0RC8
http://pear.php.net/package/HTTP_WebDAV_Server/download/1.0.0RC8/
QA release<br />
Bug #19664 PHP Parse error: syntax error, unexpected '"' on line 559 (Filesystem.php)
2012年10月22日T14:00:52-05:00doconnorHTTP_WebDAV_Server 1.0.0RC7
http://pear.php.net/package/HTTP_WebDAV_Server/download/1.0.0RC7/
QA release<br />
Bug #18694 Filesystem.php GetDir wrongly encoded filesnames containing single quotes
2012年02月15日T12:53:38-05:00doconnorHTTP_WebDAV_Server 1.0.0RC6
http://pear.php.net/package/HTTP_WebDAV_Server/download/1.0.0RC6/
QA Release<br />
Fix dir structure<br />
Bug #14163 Content-range is not processed (Hiroaki Kawai)<br />
<br />
Bug #14242 Uploaded file will be broken (Hiroaki Kawai)
2011年06月19日T15:39:24-05:00doconnorHTTP_WebDAV_Server 1.0.0RC5
http://pear.php.net/package/HTTP_WebDAV_Server/download/1.0.0RC5/
QA Release<br />
Bug #1949 $_prop_encoding not used for $file['path'] hholzgra<br />
Bug #2464 Missing return in http_GET() hholzgra<br />
Bug #6189 Various international filename issues hholzgra<br />
Bug #9367 Example Fileserver shows wrong uri for folders hholzgra<br />
Bug #10107 WebDAV Server only works with mod_php hholzgra<br />
Bug #10238 DELETE method in Filesystem.php breaks when path contains space character hholzgra<br />
Bug #10614 $uri variable gets set wrongly hholzgra<br />
Bug #10632 support D:lastaccessed as date field hholzgra<br />
Bug #10637 HTTP_WebDav_Server is throwing E_NOTICE's jorrit<br />
Bug #11069 download broken if mbstring.func_overload & 2 and utf-8 charset hholzgra<br />
Bug #11070 broken GET with mbstring.func_overload & 2 hholzgra<br />
Bug #11816 Fatal error when locking hholzgra<br />
Bug #11902 Implement HEAD in Filesystem and Reuse in GET hholzgra<br />
Bug #11903 CVS revision in fileheader hholzgra<br />
Bug #12073 Issues with filenames containing spaces hholzgra<br />
Bug #12282 MOVE (rename) not properly urldecoded hholzgra<br />
Bug #12283 Double urldecode causes problems with filenames that have % or + hholzgra<br />
Bug #12500 Undefined variable: host in HTTP/WebDAV/Server.php line 1470 hholzgra<br />
Bug #12602 Irrelevant NA Misspellings in API: pathes > paths hholzgra<br />
Bug #13372 script name is appended to path hholzgra<br />
Bug #13809 Unhandled HTTP_CONTENT_* Headers hholzgra<br />
Bug #13920 http_LOCK() expects string, requires int hholzgra<br />
- License Change to the new BSD License<br />
- reverting wrong namespace default logic<br />
- whitespace fix in XML output<br />
- Getting rid of warning suppression by @ prefixes (PEAR Bug #10637)<br />
- added handling for Microsoft specific 'lastaccessed' and 'ishidden'<br />
- Fix for $uri variable gets set wrongly (PEAR Bug #10614)
2010年10月05日T11:46:42-05:00doconnorHTTP_WebDAV_Server 1.0.0RC4
http://pear.php.net/package/HTTP_WebDAV_Server/download/1.0.0RC4/
More bug fixes:<br />
- prevent warnings<br />
- fixed failing litmus tests:<br />
- lock_refresh<br />
- fail_cond_put_unlocked<br />
- fail hard on unimplemented recursive lock <br />
- $_SERVER contents are now copied to the private _SERVER array<br />
in the constructor, derived classes can extend the constructor<br />
to modify $_SERVER contents<br />
- some headers were missing from HEAD replies (Bug #7240)<br />
- fixed variable name typos (Bug #7328)<br />
- added support for configurable table name prefixes (Bug #8366)<br />
- use @package-version@ placeholder in class headers (Bug #8811)<br />
- PROPFIND now returns null resources for resources locked<br />
but not yet created (Bug #8570)
2006年11月09日T19:03:06-05:00hholzgraHTTP_WebDAV_Server 1.0.0RC3
http://pear.php.net/package/HTTP_WebDAV_Server/download/1.0.0RC3/
More bug fixes, getting nearer to 1.0 release ...<br />
- there are still known charset encoding issues<br />
- some litmus locking tests are not passed yet
2006年03月03日T17:11:27-05:00hholzgraHTTP_WebDAV_Server 1.0.0rc2
http://pear.php.net/package/HTTP_WebDAV_Server/download/1.0.0rc2/
Still preparing for 1.0 release after some bug fixes ...
2006年01月15日T17:07:53-05:00hholzgraHTTP_WebDAV_Server 1.0.0rc1
http://pear.php.net/package/HTTP_WebDAV_Server/download/1.0.0rc1/
Preparing for 1.0 release ...
2005年07月05日T04:57:58-05:00hholzgraHTTP_WebDAV_Server 0.99.1
http://pear.php.net/package/HTTP_WebDAV_Server/download/0.99.1/
Some serious stuff showed up that needs to be added/fixed before <br />
we go for 1.0. This release doesn't really address any of these,<br />
it only fixes some small issues with the existing code and adds<br />
comments in various places.
2004年04月22日T16:07:36-05:00hholzgraHTTP_WebDAV_Server 0.99
http://pear.php.net/package/HTTP_WebDAV_Server/download/0.99/
almost all TODO features and issues for 1.0 are now implemented,<br />
there might be some additional API cleanups in PROPFIND and PROPPATCH<br />
and some small issues in the Fileserver example still exist<br />
<br />
as soon as this is done i think the packe is ready for<br />
a 1.0RC1 release<br />
<br />
Starting with this release it is now possible to return <br />
streams from GET and PUT. IF you return a readable stream <br />
from GET or a writable stream from PUT the base class will<br />
take care of any further action including HTTP header <br />
generation and handling of partial GETs and PUTs (if the<br />
returned streams are seekable). <br />
<br />
The only things you should return in addition to an<br />
appropriate open stream are the current size of the<br />
resource in $options['size'] for both GET and PUT <br />
and the mimetype in $options['mimetype'] and modification <br />
date in $options['mtime'] for GET.
2003年11月18日T16:23:01-05:00hholzgra