1
0
mirror of https://github.com/php/php-src.git synced 2026-04-12 10:33:11 +02:00

[ci skip] Update UPGRADING

This commit is contained in:
Peter Kokot
2018-11-15 10:46:48 +01:00
parent 164edffb99
commit 35a9ec1b0d

View File

@@ -81,6 +81,12 @@ PHP 7.4 UPGRADE NOTES
6. New Functions
========================================
- OpenSSL:
. Added openssl_x509_verify(mixed cert, mixed key) function that verifies the
signature of the certificate using a public key. A wrapper around the
OpenSSL's X509_verify() function.
See <https://github.com/php/php-src/pull/3624>.
========================================
7. New Classes and Interfaces
========================================