This commit is contained in:
Felipe Pena 2012-06-23 15:21:32 -03:00
parent 5e36306feb
commit e886272577

6
NEWS
View File

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