"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."
This error message can be caused due to some version conflicts on a set of DLLs that are already available inside %windows%\system32 directory.
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 extesion.
- 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.
This worked like a charm. (BTW the first time I ever read a solution on this issue).
ReplyDeleteTHX!
hi, I try your tutorial. but I still got these message :(
ReplyDeleteI think you should copy the file php_curl.dll to %windows%\system32 directory
ReplyDelete[SOLVED]
ReplyDeleteI couldn't make curl work on php-5.2.14. Installed php-5.2.13, and it works fine.
This worked!
ReplyDelete