Установка

Для использования этих функций не требуется проведение установки, поскольку они являются частью ядра PHP.

Коментарии

This dom extension was *not* enabled by default on Ubuntu 20. 

Composer had thrown this during phpunit installation: `must enable php dom extension`.

That problem went away once I ran `sudo apt-get install php-xml`. Now everything is fine; phpunit installed fine.
2021-04-23 19:48:45
http://php5.kiev.ua/manual/ru/dom.installation.html
Автор:
warning, if you are compiling PHP with --disable-all , you need both --with-libxml *and* --enable-dom for DOMDocument & co

i'm not sure --enable-dom is even documented? (even though --disable-dom is documented)
2021-12-03 18:39:36
http://php5.kiev.ua/manual/ru/dom.installation.html

    Поддержать сайт на родительском проекте КГБ