From 9b50fd2626277296b4ad47a508fbc9015eb01d91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Thu, 17 Sep 2020 19:35:40 +0200 Subject: Fix UNKNOWN default values in ext/odbc Closes GH-6154 --- UPGRADING | 3 +++ 1 file changed, 3 insertions(+) (limited to 'UPGRADING') diff --git a/UPGRADING b/UPGRADING index a0aa20841f..26ecac9d94 100644 --- a/UPGRADING +++ b/UPGRADING @@ -391,6 +391,9 @@ PHP 8.0 UPGRADE NOTES . Several alias functions have been marked as deprecated. . oci_internal_debug() and its alias ociinternaldebug() have been removed. +- ODBC: + . The unused flags parameter of odbc_exec() has been removed. + - OpenSSL: . openssl_x509_read() and openssl_csr_sign() will now return an OpenSSLCertificate object rather than a resource. Return value checks using -- cgit v1.2.1