I just upgraded from PHP 5.6.20 to 7.0.13 on Windows 10.
The existing Apache 2.4 installation uses Open SSL DLLs incompatible with PHP7.
I copied these two files from php7 to apache/bin
- libeay32.dll
- ssleay32.dll
Seems to be working now
I just upgraded from PHP 5.6.20 to 7.0.13 on Windows 10.
The existing Apache 2.4 installation uses Open SSL DLLs incompatible with PHP7.
I copied these two files from php7 to apache/bin
Seems to be working now