Page 1 of 1

webdav for php

PostPosted: 31. July 2009 07:45
by Gabriele
Hello, I'm a Xampp user and I need to use the webdav protocol with php.
I found this extension http://php-webdav.pureftpd.org/project/php-webdav, but I'm not sure it works with xampp.
Can you help me?
I'm on windows platform, and this extension needs also the neon library, is possible to use in xampp?

Thanks

Re: webdav for php

PostPosted: 01. August 2009 09:53
by Gabriele
up

Re: webdav for php

PostPosted: 01. August 2009 11:05
by Wiedmann
I found this extension ... php-webdav, but I'm not sure it works with xampp.

You must ask this question the authors of this extension.
- if there is a binary available for Windows (PHP 5.2.9)
- or how/if you can compile this binary on Windows.

(XAMPP 1.7.1 is just bundling a normal PHP 5.2.9 for Windows. But we don't know anything about such 3rd party extensions)

Re: webdav for php

PostPosted: 02. August 2009 00:15
by caltuna
Windows has a WebDAV client built in. I don't know how to use it but you can google for it.

There are also 3rd party WebDav clients you can install and execute them from within PHP via the exec() function. Perhaps there is a cadaver client for Windows. That is what you would use on a Linux or Unix or FreeBSD platform.