Merge branch 'PHP-8.3' into PHP-8.4

This commit is contained in:
David Carlier 2025-01-05 13:45:06 +00:00
commit 3cf381e08c
No known key found for this signature in database
GPG key ID: 8486F847B4B94EF1

8
NEWS
View file

@ -12,6 +12,10 @@ PHP NEWS
- Intl: - Intl:
. Fixed bug GH-11874 (intl causing segfault in docker images). (nielsdos) . Fixed bug GH-11874 (intl causing segfault in docker images). (nielsdos)
- SNMP:
. Fixed bug GH-17330 (SNMP::setSecurity segfault on closed session).
(David Carlier)
02 Jan 2025, PHP 8.4.3 02 Jan 2025, PHP 8.4.3
- BcMath: - BcMath:
@ -115,10 +119,6 @@ PHP NEWS
. Fixed bug GH-17153 (SimpleXML crash when using autovivification on . Fixed bug GH-17153 (SimpleXML crash when using autovivification on
document). (nielsdos) document). (nielsdos)
- SNMP:
. Fixed bug GH-17330 (SNMP::setSecurity segfault on closed session).
(David Carlier)
- Sockets: - Sockets:
. Fixed bug GH-16276 (socket_strerror overflow handling with INT_MIN). . Fixed bug GH-16276 (socket_strerror overflow handling with INT_MIN).
(David Carlier / cmb) (David Carlier / cmb)