summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ce00ed4502..b6a81d65a0 100644
--- a/NEWS
+++ b/NEWS
@@ -17,11 +17,14 @@ PHP NEWS
(Ilia)
- Fixed bug #26680 (Added version check in mysqli_report_index). (Georg)
- Fixed bug #26675 (Segfault on ArrayAccess use). (Marcus)
+- Fixed bug #26543 (call_user_func() broken for self, parent). (Stanislav)
- Fixed bug #26065 (Crash when nesting classes). (Marcus)
- Fixed bug #25329 (sqlite_create_function with method and reference to $this).
(Marcus)
- Fixed bug #25038 (call_user_func() issues a warning if function throws an
exception). (Marcus)
+- Fixed bug #24608 (__set not triggered when overloading with array).
+ (Stanislav)
21 Dec 2003, PHP 5 Beta 3
- Bundled new tidy extension (John, Wez)