php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #73289 Build failure with OpenSSL 1.1.0b
Submitted: 2016-10-11 10:36 UTC Modified: 2016-11-20 19:59 UTC
Votes:1
Avg. Score:1.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: remi@php.net Assigned: bukka (profile)
Status: Closed Package: OpenSSL related
PHP Version: 7.0.12RC1 OS: GNU/Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: remi@php.net
New email:
PHP Version: OS:

 

 [2016-10-11 10:36 UTC] remi@php.net
Description:
------------
Detected in Fedora QA, since the update of openssl to version 1.1.0b
https://apps.fedoraproject.org/koschei/package/php?collection=f26


/builddir/build/BUILD/php-7.0.12RC1/ext/phar/util.c: In function 'phar_verify_signature':
/builddir/build/BUILD/php-7.0.12RC1/ext/phar/util.c:1497:15: error: storage size of 'md_ctx' isn't known
    EVP_MD_CTX md_ctx;
               ^~~~~~
/builddir/build/BUILD/php-7.0.12RC1/ext/phar/util.c:1592:5: warning: implicit declaration of function 'EVP_MD_CTX_cleanup' [-Wimplicit-function-declaration]
     EVP_MD_CTX_cleanup(&md_ctx);
     ^~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/php-7.0.12RC1/ext/phar/util.c:1497:15: warning: unused variable 'md_ctx' [-Wunused-variable]
    EVP_MD_CTX md_ctx;
               ^~~~~~



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-10-11 11:31 UTC] remi@php.net
BTW 7.1.0RC3 is OK.
 [2016-11-20 19:59 UTC] bukka@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: bukka
 [2016-11-20 19:59 UTC] bukka@php.net
There won't be support for OpenSSL 1.1 in 7.0 as the changes for that are too big. It is however supported by 7.1.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 05:01:27 2024 UTC