PHP Startup: Unable to load dynamic library 'php_curl.dll'

stillday picture stillday · Apr 19, 2018 · Viewed 7.8k times · Source

For a project I need die php_curl.dll Module. I activated the model at all php.ini files. But I get a PHP Warning, that the modul is unable to load. By check of the error.log file, is see this information: PHP Warning: PHP Startup: Unable to load dynamic library 'php_curl.dll' (tried: …/UwAmp/bin/php/php-7.2.4/ext\php_curl.dll

What I can do, that the path is correct loading or generated ?

Answer

Kamishiraishi picture Kamishiraishi · Apr 26, 2018

libeay32.dll and ssleay32.dll have to be path-accessible for php_curl.dll loading to succeed. So, open the php folder inside your UwAmp installation and copy the files to:

bin/apache/bin/

Then restart UwAmp. See if that works.