summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-06-20 16:49:49 +0000
committerMarcus Boerger <helly@php.net>2004-06-20 16:49:49 +0000
commit3df3aedbe0dffdf67cc7326bcf0a028f7b8da157 (patch)
tree37c1bfe26ab7f370aaedf4da983cf355c9e970bc
parentde8b457181f6a200fa5fbbae5d4e4b2144fda886 (diff)
downloadphp-git-3df3aedbe0dffdf67cc7326bcf0a028f7b8da157.tar.gz
BFN
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 875f63b6df..d81337c407 100644
--- a/NEWS
+++ b/NEWS
@@ -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)