• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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