Skip to content
yuduanchen edited this page Sep 12, 2014 · 1 revision

Information for installing this PECL extension may be found in the manual chapter titled Installation of PECL extensions. Additional information such as new releases, downloads, source files, maintainer information, and a CHANGELOG, can be located here: » http://pecl.php.net/package/phdfs.

  1. Install phdfs
  $ /path/to/phpize
  $ ./configure --with-php-config=/path/to/php-config
  $ make && make install    
  1. phdfs is an PECL extension
 pecl install phdfs   
Clone this wiki locally