• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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