• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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