This XML module is not provided on a default php (v7) install on Debian GNU/Linux stretch (9.3)
Add it with: sudo apt-get install php-xml
Această extensie este activată în mod implicit. Ea poate fi dezactivată utilizând următoarea opțiune la compilare: --disable-simplexml.
Notă: Înainte de PHP 5.1.2, indicarea opțiunii --enable-simplexml era necesară pentru a activa această extensie.
This XML module is not provided on a default php (v7) install on Debian GNU/Linux stretch (9.3)
Add it with: sudo apt-get install php-xml
For Linux Ubuntu using PHP 7:
sudo apt-get install php7.0-xml
To install on CentOS and Redhat, run: sudo yum -y install php-xml
Installing simpleXml using composer:
"composer require ext-simplexml"
The extension is enabled by default in most distros. You can check the list of php modules using:
"php -m"