Skip to content

Commit

Permalink
Convert OpenSSL X.509 CSR resource to object
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Jul 22, 2020
1 parent 57fd8bf commit 91f9233
Show file tree
Hide file tree
Showing 9 changed files with 188 additions and 118 deletions.
3 changes: 3 additions & 0 deletions UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,9 @@ PHP 8.0 UPGRADE NOTES
. The openssl_x509_free() function no longer has an effect, instead the
X509Certificate instance is automatically destroyed if it is no longer
referenced.
. openssl_csr_new() will now return an X509CertificateSigningRequest object
rather than a resource. Return value checks using is_resource() should be
replaced with checks for `false`.

- PCRE:
. When passing invalid escape sequences they are no longer interpreted as
Expand Down
Loading

0 comments on commit 91f9233

Please sign in to comment.