|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[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
[2020-03-22 04:22 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 13 11:00:01 2025 UTC |
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