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

search for in the

Configuración en tiempo de ejecución> <Installing/Configuring
Last updated: Fri, 15 Aug 2008

view this page in

Instalación

xattr está disponible mediante PECL » http://pecl.php.net/package/xattr.

Si dispone de » PEAR en un sistema tipo unix, puede emplear el instalador de PEAR para instalar la extensión xattr mediante el siguiente comando: pear -v install xattr.

Además, la instalación también puede realizarse manualmente a partir del código fuente:

Example #1 Instalación manual de 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
Instalación
There are no user contributed notes for this page.

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