
PHP Warning: PHP Startup: Unable to load dynamic library '%PHP_HOME\\ext\\php_curl.dll' - The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log for more detail.

First check the %windows%\system32 directory to see whether the following DLL files are already available.
- libeay32.dll
- ssleay32.dll
Now you must first rename the above two DLL files. We did as follows by adding an .old extension.
- libeay32.dll.old
- ssleay32.dll.old

Now try to use the "curl" extension, and it will start to function properly. (Sometimes you may need to restart Windows).
However if this tip could not resolve your issue, make sure to restore the previous DLLs.
0 Response to "Unable to load dynamic library php_curl.dll: Error message in PHP"
Post a Comment