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

search for in the

Instalacja> <Instalacja/Konfiguracja
[edit] Last updated: Fri, 23 Mar 2012

view this page in

Wymagania

To rozszerzenie wymaga rozszerzenia PHP libxml. To oznacza, że należy podać dyrektywę konfiguracyjną --enable-libxml podczas kompilacji, pomimo tego, że pośrednio jest to spełnione, ponieważ libxml jest domyślnie włączone.

The SimpleXML extension requires PHP 5.



add a note add a note User Contributed Notes Wymagania
crazyone at crazycoders dot net 24-Dec-2009 12: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...

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