Commit 83b36de67d8 for php.net

commit 83b36de67d883b321becc0c1353885b04eb48dd9
Merge: 2c2852ae8ea 1f1147a6663
Author: David Carlier <devnexen@gmail.com>
Date:   Fri Dec 5 22:31:14 2025 +0000

    Merge branch 'PHP-8.3' into PHP-8.4

    * PHP-8.3:
      Fix GH-20620: bzcompress() overflow on large source size.

diff --cc NEWS
index 783e476f025,472f57a38f6..d13a7ab7f05
--- a/NEWS
+++ b/NEWS
@@@ -1,7 -1,11 +1,11 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? ????, PHP 8.3.30
 +?? ??? ????, PHP 8.4.17

+ - Bz2:
+   . Fixed bug GH-20620 (bzcompress overflow on large source size).
+     (David Carlier)
+
  - GD:
    . Fixed bug GH-20622 (imagestring/imagestringup overflow). (David Carlier)