Topic: How to install DOM support for php 8.0 on Centos 7?

I have the Remi repo enabled for PHP 8.0 but am having trouble figuring out how to install the DOM module.  What package includes DOM support?

Re: How to install DOM support for php 8.0 on Centos 7?

see the wizard instructions

as for all extensions

yum install php-dom

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: How to install DOM support for php 8.0 on Centos 7?

Thank you!  I was confused because `yum search php-dom` does not turn up anything.  To be fair, I'm not the most familiar with Centos and run it because of the long term support.