Commit c46e63ffadf for php.net

commit c46e63ffadfa9ea6e58b5bed5a8067a326f734c8
Merge: 6c1db260284 a3bcc865642
Author: Weilin Du <weilindu@php.net>
Date:   Tue Jun 23 23:21:33 2026 +0800

    Merge branch 'PHP-8.4' into PHP-8.5

    * PHP-8.4:
      Fix GH-22395: Avoid truncating base_convert() output at 64 characters (#22406)

diff --cc NEWS
index 2d5316b6a2a,df17e31c61f..89cec7cd311
--- a/NEWS
+++ b/NEWS
@@@ -25,7 -12,13 +25,11 @@@ PH
    . Fixed bug GH-22324 (Ignore leading namespace separator in
      ReflectionParameter::__construct()). (jorgsowa)

+ - Standard:
 -  . Fixed bug GH-22360 (convert.base64-encode corruption on
 -    incremental flush). (David Carlier)
+   . Fixed bug GH-22395 (base_convert() outputs at most 64 characters).
+     (Weilin Du)
+
 -02 Jul 2026, PHP 8.4.23
 +02 Jul 2026, PHP 8.5.8

  - Core:
    . Fixed bug GH-22280 (Incorrect compile error for goto to label preceding