summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2004-01-05 14:31:48 +0000
committerfoobar <sniper@php.net>2004-01-05 14:31:48 +0000
commit2e2d5d78f0f83715e79df152bba0f4d543d69312 (patch)
tree6e5eff449f366c24888f15f6a8749a799bc9c0f5
parentb5e5c845bfc13e47104830b653bc71c38245bacc (diff)
downloadphp-git-2e2d5d78f0f83715e79df152bba0f4d543d69312.tar.gz
BFN
-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)