Skip to content

Conversation

@remicollet
Copy link
Member

As only PHP 7.1+ supports OpenSSL 1.1 new API.

Other way, is to fix 7.0 to support it ;)

acinclude.m4 Outdated
OPENSSL_INCDIR=`$PKG_CONFIG --variable=includedir openssl`
else
AC_MSG_ERROR([OpenSSL version 0.9.8 or greater required.])
AC_MSG_ERROR([OpenSSL version >= 0.9.8 and <= 1.1.0 required.])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<= should be < I guess?

Copy link
Member Author

@remicollet remicollet Feb 21, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

uindeed, fixed

@bukka
Copy link
Member

bukka commented Feb 21, 2017

LGTM, just make sure that it's not merged up to 7.1... :)

@krakjoe
Copy link
Member

krakjoe commented Feb 22, 2017

@weltling can you merge this into 7.0 please ?

@php-pulls
Copy link

Comment on behalf of remi at php.net:

merged

@php-pulls php-pulls closed this Feb 22, 2017
@remicollet remicollet deleted the issue-ssl branch February 22, 2017 07:42
@krakjoe
Copy link
Member

krakjoe commented Feb 22, 2017

I would have liked some input from Anatol before that was merged.

@weltling
Copy link
Contributor

Looks fine AFM, better to fail hard with a clear message on unsupported version. I would've merged next day, as it didn't look urgent. Thanks for taking care.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants