1
0
mirror of https://github.com/php/php-src.git synced 2026-04-12 18:43:37 +02:00

[ci skip] Update NEWS

This commit is contained in:
Peter Kokot
2018-11-14 21:45:24 +01:00
parent ee939b70d3
commit 698f8bec93

3
NEWS
View File

@@ -25,6 +25,9 @@ PHP NEWS
- Opcache:
. Implemented preloading RFC: https://wiki.php.net/rfc/preload. (Dmitry)
- OpenSSL:
. Added openssl_x509_verify function. (Ben Scholzen)
- PDO_OCI:
. Implemented FR #76908 (PDO_OCI getColumnMeta() not implemented).
(Valentin Collet, Chris Jones, Remi)