summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2010-06-12 22:09:13 +0000
committerFelipe Pena <felipe@php.net>2010-06-12 22:09:13 +0000
commit6b74d61957658b2ba4d085d7c87f257d28a26388 (patch)
treea7d910c63275cb36141898378648e5bf5dfb43cc
parentf6da451f5913462ce568a88a988fbf6b51d06860 (diff)
downloadphp-git-6b74d61957658b2ba4d085d7c87f257d28a26388.tar.gz
- Fix entry
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7786b5b42a..f8a4c6f9f9 100644
--- a/NEWS
+++ b/NEWS
@@ -20,9 +20,9 @@ PHP NEWS
- Fixed bug #52019 (make lcov doesn't support TESTS variable anymore). (Patrick)
- Fixed bug #51911 (ReflectionParameter::getDefaultValue() memory leaks with
+ constant array). (Felipe)
- Fixed bug #51905 (ReflectionParameter fails if default value is an array
with an access to self::). (Felipe)
- constant array). (Felipe)
- Fixed bug #51822i (Segfault with strange __destruct() for static class
variables). (Dmitry)
- Fixed bug #51671 (imagefill does not work correctly for small images).