diff options
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |