PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTTP » HTTP_WebDAV_Server » Bug #6888

Call to undefined method WebDAV::unslashify()

Details

Submitted2006-02-22 14:30 UTC
Frompear dot php dot net at chsc dot dk
StatusDuplicate
PackageHTTP_WebDAV_Server
PHP Version5.0.5
OSLinux
Roadmaps(Not assigned)

Comments

[2006-02-22 14:30 UTC] pear dot php dot net at chsc dot dk

Description:
------------
The method _mergePathes() calls either $this->unslashify() or $this->slashify(). These do not appear to be defined anywhere.

I assume the intended methods are $this->_unslashify() and $this->_slashify(), respectively.