Skip to content

Commit 4e9bb27

Browse files
committed
Document forgotten API changes.
binary safe string comparisons and recent socket option addition.
1 parent 1c753a9 commit 4e9bb27

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

UPGRADING

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,11 @@ PHP 8.2 UPGRADE NOTES
163163
5. Changed Functions
164164
========================================
165165

166+
- Core
167+
. str*cmp, str*pos, substr_compare functions, using binary safe string comparison, have
168+
un underlying change where a change of returned values is to be expected as -1, 0 and 1
169+
respectively.
170+
166171
- DBA
167172
. dba_open() and dba_popen() now have the following enforced function signature
168173
dba_open(string $path, string $mode, ?string $handler = null, int $permission = 0o644, int $map_size = 0)
@@ -342,6 +347,7 @@ PHP 8.2 UPGRADE NOTES
342347
. LOCAL_CREDS (NetBSD)
343348
. SO_BPF_EXTENSIONS
344349
. SO_SETFIB
350+
. TCP_CONGESTION (Linuux, FreeBSD)
345351

346352
========================================
347353
11. Changes to INI File Handling

0 commit comments

Comments
 (0)