php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #73352 Incompatibility with openssl
Submitted: 2016-10-19 18:51 UTC Modified: 2020-03-22 04:22 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (50.0%)
From: dima at dobrovolskiy dot com Assigned: cmb (profile)
Status: No Feedback Package: Compile Failure
PHP Version: 5.6.27 OS: CENTOS 7.2
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2016-10-19 18:51 UTC] dima at dobrovolskiy dot com
Description:
------------
last time I compiled php 5.6.25 with OpenSSL 1.0.2d 9 Jul 2015 with no probs

but new server
centos 7.2 (CentOS Linux release 7.2.1511 (Core) and  Linux 3.10.0-327.36.2.el7.x86_64
)

php 5.6.27
openssh versions tried
openssl-1.0.1u
openssl-1.1.0b
openssl-1.0.2j

all last and stable and secure versions
same arror

/home/install/php-5.6.27/ext/openssl/openssl.c: In function ‘openssl_x509v3_subjectAltName’:
/home/install/php-5.6.27/ext/openssl/openssl.c:1904:15: error: dereferencing pointer to incomplete type
  p = extension->value->data;
               ^
/home/install/php-5.6.27/ext/openssl/openssl.c:1905:20: error: dereferencing pointer to incomplete type
  length = extension->value->length;
                    ^
and so on
there is similar bag that is expected to be solved in  7.1
https://bugs.php.net/bug.php?id=72360


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-03-13 13:20 UTC] cmb@php.net
-Summary: Incompatibility with openssh +Summary: Incompatibility with openssl -Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2020-03-13 13:20 UTC] cmb@php.net
Do you still experience these compile failure with any of the
actively supported PHP versions[1]?

[1] <https://www.php.net/supported-versions.php>
 [2020-03-22 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Mar 30 02:01:29 2024 UTC