You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHPC-1008: Use SETUP_OPENSSL() in config.w32 if available
This adds support for OpenSSL 1.1.x when building for PHP 7.1.2+.
Previously, we did not specify a custom path_to_check for crypt32.lib (see 912987c); however, SETUP_OPENSSL() does this for OpenSSL 1.0.x and lower, so we can add it back for consistency.
0 commit comments