We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some are in the PHP 8.4 UPGRADING guide, however more are missing and I don't have version information for them:
X509_PURPOSE_OCSP_HELPER
X509_PURPOSE_TIMESTAMP_SIGN
PKCS7_DETACHED
PKCS7_TEXT
PKCS7_NOINTERN
PKCS7_NOVERIFY
PKCS7_NOCHAIN
PKCS7_NOCERTS
PKCS7_NOATTR
PKCS7_BINARY
PKCS7_NOSIGS
PKCS7_NOOLDMIMETYPE
OPENSSL_CMS_DETACHED
OPENSSL_CMS_TEXT
OPENSSL_CMS_NOINTERN
OPENSSL_CMS_NOVERIFY
OPENSSL_CMS_NOCERTS
OPENSSL_CMS_NOATTR
OPENSSL_CMS_BINARY
OPENSSL_CMS_NOSIGS
OPENSSL_CMS_OLDMIMETYPE
OPENSSL_KEYTYPE_X25519
OPENSSL_KEYTYPE_ED25519
OPENSSL_KEYTYPE_X448
OPENSSL_KEYTYPE_ED448
Determined via a new tool I'm working on.
The text was updated successfully, but these errors were encountered:
As far as I can tell searching through git histories,
Added in PHP 8.4, always available:
Added in PHP 8.4, available if built against openssl >=3.0.0 but seems to have existed since 1.1.1:
Added in PHP 8.3, always available:
Added in PHP 8.0, always available, since 0.9.8k:
Was present in PHP 4.0, always available, since 0.9.5:
Sorry, something went wrong.
Thank you for gathering the version info!
No branches or pull requests
Some are in the PHP 8.4 UPGRADING guide, however more are missing and I don't have version information for them:
X509_PURPOSE_OCSP_HELPER
X509_PURPOSE_TIMESTAMP_SIGN
PKCS7_DETACHED
PKCS7_TEXT
PKCS7_NOINTERN
PKCS7_NOVERIFY
PKCS7_NOCHAIN
PKCS7_NOCERTS
PKCS7_NOATTR
PKCS7_BINARY
PKCS7_NOSIGS
PKCS7_NOOLDMIMETYPE
OPENSSL_CMS_DETACHED
OPENSSL_CMS_TEXT
OPENSSL_CMS_NOINTERN
OPENSSL_CMS_NOVERIFY
OPENSSL_CMS_NOCERTS
OPENSSL_CMS_NOATTR
OPENSSL_CMS_BINARY
OPENSSL_CMS_NOSIGS
OPENSSL_CMS_OLDMIMETYPE
OPENSSL_KEYTYPE_X25519
OPENSSL_KEYTYPE_ED25519
OPENSSL_KEYTYPE_X448
OPENSSL_KEYTYPE_ED448
Determined via a new tool I'm working on.
The text was updated successfully, but these errors were encountered: