1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

[skip ci] Update NEWS

Adding missed PHP-8.3 entry since these notes must be in all active
branches where the change was done except for the master branch.
This commit is contained in:
Peter Kokot
2024-05-25 14:47:30 +02:00
parent 72e5ea0f49
commit b09922b657

3
NEWS
View File

@@ -2,6 +2,9 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 8.3.9
- Core:
. Fixed bug GH-14315 (Incompatible pointer type warnings). (Peter Kokot)
- Curl:
. Fixed bug GH-14307 (Test curl_basic_024 fails with curl 8.8.0). (nielsdos)