summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Pena <felipensp@gmail.com>2012-06-23 15:21:20 -0300
committerFelipe Pena <felipensp@gmail.com>2012-06-23 15:21:20 -0300
commitcc90ac54beb7359e5a3210261ce09159bbc43e92 (patch)
tree374c2373b0836107bf5bb07364b088ebfc8af831
parentc3f34796a053f5ff1016d872f8c339e32468783f (diff)
downloadphp-git-cc90ac54beb7359e5a3210261ce09159bbc43e92.tar.gz
- BFN
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 79b7325626..b9bb0091c0 100644
--- a/NEWS
+++ b/NEWS
@@ -50,6 +50,8 @@ PHP NEWS
. Fixed bug #62227 (Invalid phar stream path causes crash). (Felipe)
- Reflection:
+ . Fixed bug #62384 (Attempting to invoke a Closure more than once causes
+ segfault). (Felipe)
. Fixed bug #62202 (ReflectionParameter::getDefaultValue() memory leaks
with constant). (Laruence)