Home » HTTP » HTTP_WebDAV_Server » Bug #10107
WebDAV Server only works with mod_php
Details
| Submitted | 2007-02-15 10:47 UTC |
|---|---|
| From | contact+php at sdas dot de |
| Assigned | hholzgra |
| Status | Closed |
| Package | HTTP_WebDAV_Server |
| PHP Version | Irrelevant |
| Roadmaps | 1.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.