• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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