Skip to content

Commit fdc09e3

Browse files
committedJul 2, 2022
Fix GH-8907: Document forgotten API changes.
binary safe string comparisons and recent socket option addition. Closes #8910.
1 parent 583cc01 commit fdc09e3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎UPGRADING

+5
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,10 @@ 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
168+
comparison now return -1, 0 and 1.
169+
166170
- DBA
167171
. dba_open() and dba_popen() now have the following enforced function signature
168172
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
342346
. LOCAL_CREDS (NetBSD)
343347
. SO_BPF_EXTENSIONS
344348
. SO_SETFIB
349+
. TCP_CONGESTION (Linuux, FreeBSD)
345350

346351
========================================
347352
11. Changes to INI File Handling

0 commit comments

Comments
 (0)