• 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.

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