1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 00:48:25 +02:00

My name is Hannes

# And today is my birthday \o/
This commit is contained in:
Hannes Magnusson
2011-01-03 23:08:08 +00:00
parent 27177c9868
commit d1eb2cd737
+1 -1
View File
@@ -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).