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

search for in the

Configurações em Execução> <Instalação/Configuração
Last updated: Fri, 22 Aug 2008

view this page in

Instalação

xattr está atualmente disponível através da PECL » http://pecl.php.net/package/xattr.

Se » PEAR estiver disponível no seu sistema *nix-like (Linux, BSDs, etc), você pode usar o instalador do PEAR para instalar a extensão xattr, pelo seguinte comando: pear -v install xattr.

Você sempre pode baixar o pacote tar.gz e instalar o xatter manualmente:

Exemplo #1 Instalação manuao do 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
Instalação
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites