summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2011-01-03 23:08:08 +0000
committerHannes Magnusson <bjori@php.net>2011-01-03 23:08:08 +0000
commitd1eb2cd7378a32a40a6e025d7dd57cb09161cee2 (patch)
tree95a4123744aaf03f2bb36a3aafa4482bdaa63c93
parent27177c98683eb0f90803247f4325c502ba194ff6 (diff)
downloadphp-git-d1eb2cd7378a32a40a6e025d7dd57cb09161cee2.tar.gz
My name is Hannes
# And today is my birthday \o/
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 11e5ba0909..e3f181021f 100644
--- 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).