Hi I started coding a WebDAV Server in userlan php. Unfortunately it needs patching of the PHP-Sources, 'cause php does not accept http OPTIONS and HTTP_RAW_POST_DATA for other http-directives than POST, which a WebDAV server needs.
The patch can be found at http://trash.chregu.tv/webdav.diff (against HEAD) I'm totally not sure, if I screwed up anything with that patch, but it runs since some weeks on my webserver without problems. More about my (totally unfinished) WebDAV class can be found at http://bitflux.ch/developer/misc/webdavserver.html Opinions? Possibility in including it in php 4.3? chregu -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php