Skip to content

Replace HAVE_OPENSSL_EXT with zend_hash_str_exists #29

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

Closed
wants to merge 1 commit into from

Conversation

petk
Copy link
Member

@petk petk commented May 26, 2024

This replaces the HAVE_OPENSSL_EXT condition with more reliable zend_hash_str_exists. If the openssl extension is loaded as a shared module on *nix, this symbol is also defined but openssl shared object (openssl.so) might not be loaded at the runtime.

See: php/php-src#14333

This replaces the HAVE_OPENSSL_EXT condition with more reliable
zend_hash_str_exists. If the openssl extension is loaded as a shared
module on *nix, this symbol is also defined but openssl shared object
(openssl.so) might not be loaded at the runtime.

See: php/php-src#14333
@petk petk closed this May 22, 2025
@petk petk deleted the patch-openssl branch May 22, 2025 20:29
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.

1 participant