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

search for in the

Instalación> <Instalación/Configuración
[edit] Last updated: Fri, 17 May 2013

view this page in

Requerimientos

Esta extensión requiere la extensión de PHP libxml. Esto significa que también es necesario pasar la opción --enable-libxml , aunque esto se realiza implícitamente debido a que libxml está habilitada de forma predeterminada.

Esta extensión usa una capa de compatibilidad expat por defecto. También puede usarse expat,el cual puede encontrarse en » http://www.jclark.com/xml/expat.html. El Makefile que viene con expat no construye una libreria por defecto, puede utilizar esta regla para hacerlo:

libexpat.a: $(OBJS)
    ar -rc $@ $(OBJS)
    ranlib $@
Se puede encontrar un paquete RPM de expat en » http://sourceforge.net/projects/expat/.



add a note add a note User Contributed Notes Requerimientos - [0 notes]
There are no user contributed notes for this page.

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