1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
NEWS was missing for 8.3, but was in 8.4:
62e30ecae1
This commit is contained in:
Tim Düsterhus
2025-08-25 09:19:01 +02:00
parent e46f77c861
commit 96c0bc55bb

2
NEWS
View File

@@ -7,6 +7,8 @@ PHP NEWS
triggers "Constant already defined" warning). (ilutov)
. Partially fixed bug GH-19542 (Scanning of string literals >=2GB will fail
due to signed int overflow). (ilutov)
. Fixed bug GH-19544 (GC treats ZEND_WEAKREF_TAG_MAP references as WeakMap
references). (Arnaud, timwolla)
- OpenSSL:
. Fixed bug GH-19245 (Success error message on TLS stream accept failure).