From 6f123c63e8d26c7f225c1d9bdc0c8360ad5a9037 Mon Sep 17 00:00:00 2001 From: David Carlier Date: Sat, 2 Jul 2022 17:50:45 +0100 Subject: [PATCH] Fix GH-8907: Document forgotten API changes. binary safe string comparisons and recent socket option addition. --- UPGRADING | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/UPGRADING b/UPGRADING index b00e421b5689..f55930683350 100644 --- a/UPGRADING +++ b/UPGRADING @@ -163,6 +163,10 @@ PHP 8.2 UPGRADE NOTES 5. Changed Functions ======================================== +- Core + . str*cmp, str*pos, substr_compare functions, using binary safe string + comparison now return -1, 0 and 1. + - DBA . dba_open() and dba_popen() now have the following enforced function signature dba_open(string $path, string $mode, ?string $handler = null, int $permission = 0o644, int $map_size = 0) @@ -342,6 +346,7 @@ PHP 8.2 UPGRADE NOTES . LOCAL_CREDS (NetBSD) . SO_BPF_EXTENSIONS . SO_SETFIB + . TCP_CONGESTION (Linuux, FreeBSD) ======================================== 11. Changes to INI File Handling