Instalação/Configuração
PHP Manual

Instalação

The XMLReader extension is available in PECL as of PHP 5.0.0 and is included and enabled as of PHP 5.1.0 by default. It can be enabled by adding the argument --enable-xmlreader (or --with-xmlreader before 5.1.0) to the configure line.

Esta extensão está ativa por padrão. Ela pode ser desativada utilizando a seguinte opção em tempo de compilação: --disable-xmlreader


Instalação/Configuração
PHP Manual