Topic: PHP DOM and XML2 support

hello,
Is there any possibility to have PHP with DOM and XML2 support.
I installed PHP 5.2.10 on centos4 and it works fine. But i need to install some PHP software and it needs DOM and XML2 in order to work.

Re: PHP DOM and XML2 support

Have you install the php-xml sub-package ?

+

P.S this package provides dom and domxml extensions (as older php-domxml 4.x) and some others (xsl, xmlreader, xmlwriter, ...)

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: PHP DOM and XML2 support

Thank You. Now it works smile