Skip to content

Commit 91f9233

Browse files
committed
Convert OpenSSL X.509 CSR resource to object
1 parent 57fd8bf commit 91f9233

9 files changed

+188
-118
lines changed

UPGRADING

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,9 @@ PHP 8.0 UPGRADE NOTES
345345
. The openssl_x509_free() function no longer has an effect, instead the
346346
X509Certificate instance is automatically destroyed if it is no longer
347347
referenced.
348+
. openssl_csr_new() will now return an X509CertificateSigningRequest object
349+
rather than a resource. Return value checks using is_resource() should be
350+
replaced with checks for `false`.
348351

349352
- PCRE:
350353
. When passing invalid escape sequences they are no longer interpreted as

0 commit comments

Comments
 (0)