Instalação

Estas funções estão por definição habilitadas, usando o pacote expat library. Você pode desabilitar o suporte a XML com --disable-xml. Se você compilou o PHP como um módulo do Apache 1.3.9 ou mais novo, o PHP automaticamente utilizará o pacote expat library do Apache. Regularmente você não quer utilizar a configuração do pacote expat library do PHP --with-expat-dir=DIR, onde DIR apontaria para o diretório base de instalação do expat.

A versão para Windows do PHP tem suporte embutido para esta extensão. Você não precisa carregar nenhuma extensão adicional para utilizar essas funções.

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