diff --git a/NEWS b/NEWS index 3e5d89bedd8..39c402607c9 100644 --- a/NEWS +++ b/NEWS @@ -17,3 +17,4 @@ PHP NEWS the part of haystack before or after first occurence of needle. (Johannes) - Added possibility to check in which extension an internal function was defined using reflection API. (Johannes) +- Fixed bug #34286 (__toString() behavior is inconsistent). (Marcus)