[php-src] PHP-8.5: [8.5] NEWS: add entry for bugfix from GH-22659
Daniel Scherzer <[email protected]>
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Daniel Scherzer (DanielEScherzer)
Date: 2026-07-10T11:02:22-07:00
Commit: https://github.com/php/php-src/commit/955a2ce5195ea8ab94ba7a5afadd828e74bce5b6
Raw diff: https://github.com/php/php-src/commit/955a2ce5195ea8ab94ba7a5afadd828e74bce5b6.diff
[8.5] NEWS: add entry for bugfix from GH-22659
Changed paths:
M NEWS
Diff:
diff --git a/NEWS b/NEWS
index 3851713db0db..ecd2c1267112 100644
--- a/NEWS
+++ b/NEWS
@@ -82,6 +82,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