PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Configuration à l'exécution> <Installation/Configuration
Last updated: Fri, 05 Sep 2008

view this page in

Installation

xattr est actuellement disponible via PECL » http://pecl.php.net/package/xattr.

Si » PEAR est disponible sur votre système est de la famille Unix ou Linux, vous pouvez utiliser l'installeur Pear pour installer l'extension xattr, via la commande : pear -v install xattr.

Vous pouvez aussi télécharger le paquet tar.gz et installer manuellement xattr :

Exemple #1 Installation manuelle de l'extension xattr

gunzip xattr-xxx.tgz
tar -xvf xattr-xxx.tar
cd xattr-xxx
phpize
./configure && make && make install



add a note add a note User Contributed Notes
Installation
There are no user contributed notes for this page.

Configuration à l'exécution> <Installation/Configuration
Last updated: Fri, 05 Sep 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites