Closed Cojad closed 7 years ago
It's possible to use below command on Debian 8 (jessie) to downgrade libssl-dev to 1.0.1t. Then it will compile without problem.
apt-ge install libssl-dev=1.0.1t-1+deb8u5
@Cojad on my default install of Debian 8.7 I have 1.0.1t by default.
root@debian-512mb-nyc1-01:~# openssl version
OpenSSL 1.0.1t 3 May 2016
Thank you @Cojad! Closing this since you provided a solution.
https://bugs.php.net/bug.php?id=72360
Maybe we should inform user if system has openssl 1.1.0 headers and use the php7/master for temporary solution?