[php-src] PHP-8.4: NEWS
Daniel Scherzer <[email protected]>
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Daniel Scherzer (DanielEScherzer)
Date: 2026-07-10T07:22:08-07:00
Commit: https://github.com/php/php-src/commit/834bdcedd1c89cdbc722567a6c4f23c3df1d2554
Raw diff: https://github.com/php/php-src/commit/834bdcedd1c89cdbc722567a6c4f23c3df1d2554.diff
NEWS
Changed paths:
M NEWS
Diff:
diff --git a/NEWS b/NEWS
index 2d0abd7eb42f..7324e5c591aa 100644
--- a/NEWS
+++ b/NEWS
@@ -65,6 +65,8 @@ PHP NEWS
ReflectionParameter::__construct()). (jorgsowa)
. Fixed bug GH-22441 (ReflectionClass::hasProperty() and getProperty() ignore
dynamic properties shadowing a private parent property). (iliaal)
+ . Fixed bug GH-22658 (ReflectionConstant::__toString() with a string value
+ with null bytes truncates output). (DanielEScherzer)
- Session:
. Fixed bug GH-21314 (Different session garbage collector behavior between