Document missing PHP 8.4 constants (ldap, openssl)#5333
Merged
jordikroon merged 2 commits intoJun 10, 2026
Conversation
Member
|
Hi @lacatoire. Please be aware that each PR sends an e-mail to dozens of people. Which means they've now gotten dozens to hundreds of e-mails. I'm assuming these changes are automated, can future changes be collected in a single PR instead? |
Member
Author
sure ! sorry ! |
0e890c2 to
4bc50c3
Compare
Member
|
@lacatoire can you rebase this and see what is still relevant? Some things we already covered by earlier MR's |
55b80c5 to
5f33759
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents four PHP 8.4 constants that were listed in the migration appendix but missing from their extension constants pages:
LDAP_OPT_X_TLS_PROTOCOL_MAX,LDAP_OPT_X_TLS_PROTOCOL_TLS1_3(ldap)X509_PURPOSE_OCSP_HELPER,X509_PURPOSE_TIMESTAMP_SIGN(openssl)Part of #3872.