php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #73692 Compile ext/openssl with openssl 1.1.0 on Win
Submitted: 2016-12-08 16:54 UTC Modified: 2017-01-08 00:33 UTC
From: rta dot 0070 at gmail dot com Assigned: ab (profile)
Status: Closed Package: Compile Failure
PHP Version: 7.1.0 OS: Windows
Private report: No CVE-ID: None
 [2016-12-08 16:54 UTC] rta dot 0070 at gmail dot com
Description:
------------
Hello, as I noticed, you made PHP 7.1.0 compatible with openssl 1.1.0, but I can't compile ext/openssl with this version (default compiled is linked with 1.0.2) since configure script is not even looking for correct .lib files(library files of this version of openssl has been renamed), it's probably due to old makefiles, not sure if it's only for windows version or affect linux users as well.

Expected result:
----------------
Code compiled successfully.

Actual result:
--------------
Error on finding libeay.lib (which is not exist in openssl 1.1.0), and not selecting ext/openssl in configure to be compiled with nmake.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-01-08 00:33 UTC] ab@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: ab
 [2017-01-08 00:33 UTC] ab@php.net
The fix for this bug has been committed.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.

Be aware, that you won't be able to build some extensions with the currently available deps. The current stable branches and all the deps rely on OpenSSL 1.0.2, there are currently no plans to produce builds with 1.1.0. Exts like curl and ldap will need to be linked with the correct OpenSSL version.

Thanks.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 09:01:30 2024 UTC