1
0
mirror of https://github.com/php/php-src.git synced 2026-04-20 06:21:12 +02:00
This commit is contained in:
Felipe Pena
2012-06-23 15:21:20 -03:00
parent c3f34796a0
commit cc90ac54be

2
NEWS
View File

@@ -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)