Requirements

This extension requires the libxml PHP extension. This means that passing in --enable-libxml is also required, although this is implicitly accomplished because libxml is enabled by default.

The SimpleXML extension requires PHP 5.

Коментарии

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...
2009-12-24 09:17:22
http://php5.kiev.ua/manual/ru/simplexml.requirements.html

    Поддержать сайт на родительском проекте КГБ