From: Ilia Alshanetsky Date: Thu, 5 Feb 2004 02:17:33 +0000 (+0000) Subject: Bug fixing news. X-Git-Tag: php-5.0.0b4RC1~117 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b0c9335d3ff7cfcf1c3ebe01709709dc59a819e;p=php Bug fixing news. --- diff --git a/NEWS b/NEWS index de9cdc1273..2450ae3035 100644 --- a/NEWS +++ b/NEWS @@ -32,6 +32,8 @@ PHP NEWS (Derick) - Fixed problems with longlong values in mysqli. (Georg) - Fixed class name case preserving of user defined classes. (Marcus) +- Fixed bug #27145 (Unmangle private/protected property names before printing + then inside error messages). (Ilia) - Fixed bug #27103 (preg_split('//u') incorrectly splits UTF-8 strings into octets). (Moriyoshi) - Fixed bug #27042 (SPL: SeekableIterator seek() broken). (Marcus)