Skip to content

Use the default OpenSSL version for MacOS to match libs - #19472

Closed
bukka wants to merge 1 commit into
php:PHP-8.3from
bukka:ci_macos_openssl_version_mixup
Closed

Use the default OpenSSL version for MacOS to match libs#19472
bukka wants to merge 1 commit into
php:PHP-8.3from
bukka:ci_macos_openssl_version_mixup

Conversation

@bukka

Copy link
Copy Markdown
Member

This seems like an issue that might be potentially causing issues like GH-12901. The problem is that libs like libcurl, libldap and others use the default OpenSSL version so this might result in linking issues.

The fact that OpenSSL 1.1.1 was actually good that we were able to have it in the pipeline but this is just not right setup so we should find another way how to test it at least in nightly.

@bukka
bukka requested a review from TimWolla as a code ownerAugust 13, 2025 13:55
@bukka
bukka changed the base branch from master to PHP-8.3August 13, 2025 13:55
This seems like an issue that might be potentially causing issues like
phpGH-12901. The problem is that libs like libcurl, libldap and others use
the default OpenSSL version so this might result in linking issues.
The fact that OpenSSL 1.1.1 was actually good that we were able to have
it in the pipeline but this is just not right setup so we should find
another way how to test it at least in nightly.
ClosesphpGH-19472
Sign up for freeto 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.

1 participant

@bukka