• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

How do I add mysql / gd library for php

P

progmatik

Guest
Hi,

how can I add new module to my php5?

It looks like I can't even use mysql_connect() function as the mysql module isn't installed!

We also need curl and gd library, how can I add them myself?

Thanks.
 
edit your php.ini

for a couple of those just need to uncomment the extentions for them
 
how can I know if the extension are on my server?

Thanks
 
Back
Top