summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2020-09-17 19:35:40 +0200
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-09-24 22:17:04 +0200
commit9b50fd2626277296b4ad47a508fbc9015eb01d91 (patch)
tree5c396f55e2b89947d6e7b2add6042b97a79f5023 /UPGRADING
parent9d9bcc2b7c01c44c5f7d7bf8a2007f2410c8ad27 (diff)
downloadphp-git-9b50fd2626277296b4ad47a508fbc9015eb01d91.tar.gz
Fix UNKNOWN default values in ext/odbc
Closes GH-6154
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING3
1 files changed, 3 insertions, 0 deletions
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