GD on php 7.2 fpm centos

Discussion in 'Installation/Configuration' started by florix.net, May 20, 2022.

Tags:
  1. florix.net

    florix.net Member

    I have enabled gd in
    /etc/opt/remi/php72/php.d/20-gd.ini

    ; Enable gd extension module
    extension=gd

    the server loads without any issue, but I do not see gd module enabled in phpinfo.

    I have installed php72-gd via yum.
     
  2. florix.net

    florix.net Member

    php72 -m showed me error that gd is not loaded.
    i installed this
    -bash-4.2# yum install harfbuzz
    so that problem is solved, now php72 -m is not showing error. It shows gd loaded.

    but phpinfo still does not show it
     
  3. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Which version of PHP is phpinfo() run with?
     
  4. florix.net

    florix.net Member

    PHP Version 7.2.34

    problem solved sir. I think after I restart php-fpm it started working.

    I had to install this
    yum install harfbuzz
     

Share This Page