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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 01 20:01:36 2025 UTC