summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2004-01-16 11:18:37 +0000
committerfoobar <sniper@php.net>2004-01-16 11:18:37 +0000
commit88b2348f9fc359c0d6457efe1b71cdc98044054e (patch)
tree5d9cefaa3f490844955d171ed4b8481e311dbcc9
parent99bc88b7c0c4df7c8ff4d2672795bbf018703c18 (diff)
downloadphp-git-88b2348f9fc359c0d6457efe1b71cdc98044054e.tar.gz
BFN
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index aca9fabcb0..f5ac644660 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,8 @@ PHP NEWS
object properties correctly). (Ilia)
- Fixed bug #26815 (foreach of (DOM) childnodes crashes when Xinclude is used).
(Rob)
+- Fixed bug #26796 (SQLite causes crashes with other extensions *connect()
+ calls). (Marcus)
- Fixed bug #26762 (unserialize() produces lowercase classnames). (Marcus)
- Fixed bug #26743 (getElementsByTagName doesn't work properly). (Rob)
- Fixed bug #26736 (__autoload not invoked for parent classes). (Marcus)