Installation

Cette extension est activée par défaut. Elle peut être désactivée en utilisant l'option de configuration : --disable-xml

Ces fonctions sont activées par défaut, et utilisent la bibliothèque expat fournie avec la distribution. Vous pouvez désactiver le support de XML en utilisant l'option de compilation --disable-xml. Si vous compilez PHP comme module pour Apache 1.3.9 ou supérieur, PHP va automatiquement utiliser la bibliothèque expat fournie par Apache. Si vous ne souhaitez pas utiliser la bibliothèque expat intégrée, il faut que vous compiliez PHP avec l'option --with-expat-dir=DIR, où DIR est le dossier d'installation de votre bibliothèque expat.

La version Windows de PHP dispose du support automatique de cette extension. Vous n'avez pas à ajouter de bibliothèque supplémentaire pour disposer de ces fonctions.

add a note add a note

User Contributed Notes 2 notes

up
3
Alex Ivaylov
6 years ago
Ubuntu users, please note that this extension might not enabled for you by default. You may need to install by doing "sudo apt-get install php-xml" followed by web server restart.
up
0
Cholmondeley
3 years ago
Trying to look at the Oolite wiki, I was diverted to a page reading:

______________________________________________________

MediaWiki 1.31 internal error

Installing some PHP extensions is required.
Required components

You are missing a required extension to PHP that MediaWiki requires to run. Please install:

    xml (more information)

_______________________________________________________

Clicking on (more information) brought me here. Don't understand a word of the gubbins on this page. A complete mystery. "More information" for somebody with silicon chips for a brain, maybe, but not for an ordinary human being! No idea what PHP is. No idea what an xml is. No idea what a parser is. Or how to download whatever I'm supposed to download.
To Top