Установка

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

add a note

User Contributed Notes 1 note

up
4
ottakar at freezed dot me
6 years ago
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
To Top