Установка

Модуль включён по умолчанию. Он может быть отключён во время выполнения с помощью следующей опции: --disable-xml

Эти функции включены по умолчанию при использовании стандартной библиотеки expat. Вы можете отключить поддержку XML с помощью --disable-xml. Если вы собрали PHP как модуль для Apache 1.3.9 или более поздней версии, PHP будет автоматически использовать стандартную библиотеку expat из Apache. В случае, если вы не хотите использовать стандартную библиотеку expat, то вам необходимо настроить PHP опцию --with-expat-dir=DIR, где DIR - путь до установочной директории библиотеки expat.

Версия PHP для Windows имеет встроенную поддержку данного расширения. Это означает, что для использования данных функций не требуется загрузка никаких дополнительных расширений.

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