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 #10107

WebDAV Server only works with mod_php

Details

Submitted2007-02-15 10:47 UTC
Fromcontact+php at sdas dot de
Assignedhholzgra
StatusClosed
PackageHTTP_WebDAV_Server
PHP VersionIrrelevant
Roadmaps1.0

Comments

[2007-02-15 10:47 UTC] contact+php at sdas dot de

Description:
------------
In the file HTTP/WebDAV/Server/Filesystem.php the function
apache_request_headers() is used, which only works when
mod_php is used. This is very unfortunate, because the it
is only used for debugging and WebDAV works perfectly
without mod_php after removing the foreach loop where it
is used.