Hello! I use assembly Xampp (mysql + apache + php). Today I updated php from version 5.6 to 7.1, but there were problems with the curl library. The fact is that I have windows 7 64-bit, and xampp uses php x86, apparently because of this there is a dll conflict. Each time you turn on apache, an error appears:
The entry point to the libssh2_scp_recv2 procedure was not found in the libssh2.dll DLL
Behind her is another:
Ordinal number 385 not found in DLL SSLEAY32.dll
After that apache is loaded, but php does not use curl.
As I tried to solve the problem: I tried to change php_curl.dll from the 64-bit version of php, as a result there was no error, but curl did not work. I tried to add ssleay32.dll and libssh2.dll to c: / windows / system32 and c: / windows / sysWOW64 but the errors remained.
How to properly activate curl after updating php?