There was a problem initializing the curl and openssl extensions from PHP7 in Apache2.2 module handler mode.
If I use FCGI mode, curl and openssl from PHP7 work fine, and I can see them on the phpinfo page.
I checked the dependencies of curl and openssl php extensions and saw that they dynamically link to libssh2.dll. Then they tried to add libssh2.dll to the path, the system path, but this still does not work.
So, suppose that somehow Apache2.2 might be a problem, since curl and openssl extensions from PHP7 work fine when they start in FCGI mode. Is there any way to check this with ollydbg or windbg?
source
share