]> granicus.if.org Git - php/commitdiff
My name is Hannes
authorHannes Magnusson <bjori@php.net>
Mon, 3 Jan 2011 23:08:08 +0000 (23:08 +0000)
committerHannes Magnusson <bjori@php.net>
Mon, 3 Jan 2011 23:08:08 +0000 (23:08 +0000)
# And today is my birthday \o/

NEWS

diff --git a/NEWS b/NEWS
index 11e5ba09093800b88660f5ee6574b8331093ed7e..e3f181021ffc23faecdfa6bf2aefc7b5e24001ac 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,7 @@
 - Zend Engine:
   . Indirect reference to $this fails to resolve if direct $this is never used
     in method. (Scott)
-  . Fixed Bug #53629 (memory leak inside highlight_string()). (Bjori, Ilia)
+  . Fixed Bug #53629 (memory leak inside highlight_string()). (Hannes, Ilia)
 
 - Core:
   . Fixed bug #48484 (array_product() always returns 0 for an empty array).