Topic: gd dom and mbstring not available in php(needed for drupal 7)

Hi,

I've installed remi php files but I'm missing dom and gd extensions, are these not included, php.ini doesn't seem to have an option for those.

problem: PHP extensions    Disabled

    dom
    gd

+ PHP mbstring extension

installed versions:

-bash-3.2# yum list installed |grep php
php.x86_64                           5.3.8-5.el5.remi.1                installed
php-cli.x86_64                       5.3.8-5.el5.remi.1                installed
php-common.x86_64                    5.3.8-5.el5.remi.1                installed
php-mysql.x86_64                     5.3.8-5.el5.remi.1                installed
php-pdo.x86_64                       5.3.8-5.el5.remi.1                installed


looking at php.ini I see that the:

/etc/php.d/mbstring.ini
/etc/php.d/gd.ini
/etc/php.d/dom.ini

Additional .ini files not parsed.

regards,

Chris.

Re: gd dom and mbstring not available in php(needed for drupal 7)

yum --enablerepo=remi install php-gd php-xml php-mbstring
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: gd dom and mbstring not available in php(needed for drupal 7)

that did the trick & a nice yum lesson.
thanks for your quick solution!