Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix configure for recent cURL versions #6

Merged
merged 1 commit into from
Oct 25, 2019
Merged

Conversation

cmb69
Copy link
Member

@cmb69 cmb69 commented Jun 23, 2019

Recent official winlibs/curl releases use libssh2.lib, nghttp2.lib and
Normaliz.lib; the PHP-7.2+ variants use OpenSSL 1.1, i.e. libcrypto.lib
and libssl.lib instead of ssleay32.lib and libeay32.lib. So we have to
add these to the build.

Recent official winlibs/curl releases use libssh2.lib, nghttp2.lib and
Normaliz.lib; the PHP-7.2+ variants use OpenSSL 1.1, i.e. libcrypto.lib
and libssl.lib instead of ssleay32.lib and libeay32.lib.  So we have to
add these to the build.
@cmb69
Copy link
Member Author

cmb69 commented Jun 23, 2019

Frankly, I'm quite surprised that this has not been fixed yet, since php_oauth-2.0.3-7.1-ts-vc14-x64.zip, for instance, appears to already be linked against these libs.

@rlerdorf rlerdorf merged commit c83c36e into php:master Oct 25, 2019
@cmb69 cmb69 deleted the config.w32 branch October 25, 2019 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants