• 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

php_curl issues

P

Pharaoh

Guest
I ave just recently been gettin g this message on the server when a php website tries to load.....

Unknown(): Unable to load dynamic library 'C:\Program Files\SWsoft\Plesk\Additional\Php\extensions\php_c
url.dll' - The specified module could not be found.

I have looked in the PHP.ini and the extension is uncomented and the dll lfile is on the system.

anyone have any thoughts?

Thanks
 
click start -> run type iisreset click ok if you still get the error shutdown ur server and turn it back on or are you looking in right php.ini file?.
 
I have a fix for th e moment...

I commented out the extension in the php.ini file amd all works fine now.

Not shure what php_curl is used for but i guess i'll find out if something else stops working.
 
php_curl is used to fetch URL on the command line or through a php script.

This is widely used on Linux but not used very much on Windows.
 
Back
Top