PHP Doku:: Anforderungen - simplexml.requirements.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzXML-ManipulationSimpleXMLInstallation/KonfigurationAnforderungen

Ein Service von Reinhard Neidl - Webprogrammierung.

Installation/Konfiguration

<<Installation/Konfiguration

Installation>>

Anforderungen

Die SimpleXML-Extension setzt PHP 5 voraus.


2 BenutzerBeiträge:
- Beiträge aktualisieren...
crazyone at crazycoders dot net
24.12.2009 16: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.04.2009 10:30
Requirements:

; Fopen wrappers ;

allow_url_fopen = On



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)