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

search for in the

Instalación> <Instalación/Configuración
Last updated: Fri, 20 May 2011

view this page in

Requerimientos

Esta extensión requiere de la extensión de PHP libxml. Esto significa que pasar la opción --enable-libxml también se requiere, aunque esto se lleva a cabo implícitamente ya que libxml está habilitado por defecto.

La extensión SimpleXML requiere PHP 5.



add a note add a note User Contributed Notes Requerimientos
crazyone at crazycoders dot net 24-Dec-2009 03:17
You don't NEED "allow_url_fopen = On". This is only if you query for external xml feeds such as:

<?php $data = simplexml_load_file(http://www.example.com/myfeed.xml"); ?>

In many other cases you WONT need allow_url_fopen because files will be local or you will use posted XML data...
Mandi at shqiperia dot com 17-Apr-2009 08:30
Requirements:

; Fopen wrappers ;

allow_url_fopen = On

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