1
0
mirror of https://github.com/php/php-src.git synced 2026-04-02 21:52:36 +02:00

Fix GH-8907: Document forgotten API changes.

binary safe string comparisons and recent socket option addition.

Closes #8910.
This commit is contained in:
David Carlier
2022-07-02 17:50:45 +01:00
parent 583cc01e9e
commit fdc09e302a

View File

@@ -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