Aug
12
Installing The PHP WebDAV Extension On Debian Etch
Posted by suvi under PHP
This article shows how you can install the PHP WebDAV extension for PHP5 on a Debian Etch system. The PHP WebDAV extension allows easy access to remote resources through the DAV protocol from PHP scripts.
I do not issue any guarantee that this will work for you!
1 Preliminary Note
I’m using a Debian Etch server here. I’m assuming that Apache2 and PHP5 are already installed and working.
2 Installing The PHP WebDAV Extension
Before we install the PHP WebDAV extension, we need to install a few dependencies as follows:
Leave a Reply