summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Pena <felipensp@gmail.com>2012-06-23 15:21:32 -0300
committerFelipe Pena <felipensp@gmail.com>2012-06-23 15:21:32 -0300
commite8862725770c3d5ee27c6c8c8a01b226b610fa08 (patch)
tree5b0ba8d2788d2f4aa6563a6c9760f00a67e54e93
parent5e36306feb8ce2b43eb494d5c486fd341b0a1ea7 (diff)
downloadphp-git-e8862725770c3d5ee27c6c8c8a01b226b610fa08.tar.gz
- BFN
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index dfad253f5a..e93d717c9e 100644
--- a/NEWS
+++ b/NEWS
@@ -52,8 +52,10 @@ PHP NEWS
return a value). (Johannes)
- Reflection:
- . Fixed bug #62202 (ReflectionParameter::getDefaultValue() memory leaks
- with constant). (Laruence)
+ . Fixed bug #62384 (Attempting to invoke a Closure more than once causes
+ segfault). (Felipe)
+ . Fixed bug #62202 (ReflectionParameter::getDefaultValue() memory leaks
+ with constant). (Laruence)
- Sockets:
. Fixed bug #62025 (__ss_family was changed on AIX 5.3). (Felipe)