This commit is contained in:
Marcus Boerger 2004-06-20 16:49:49 +00:00
parent de8b457181
commit 3df3aedbe0

2
NEWS
View File

@ -3,6 +3,8 @@ PHP NEWS
?? Jul 2004, PHP 5.0.0
- Changed doc comments to require a single white space after '/**'. (Marcus)
- Fixed bug #28851 (call_user_func_array has typo in error message). (Marcus)
- Fixed bug #28831 (ArrayObject::offsetGet() does the work of offsetUnset()).
(Marcus)
- Fixed bug #28789 (ReflectionProperty getValue() fails on public static
members). (Marcus)
- Fixed bug #28771 (Segfault when using xslt and clone). (Rob)