summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2005-04-19 05:59:12 +0000
committerWez Furlong <wez@php.net>2005-04-19 05:59:12 +0000
commit28a638fe7bfdcd2555acdb11ca06e890b4c5fd6f (patch)
tree6db834f7572b6550bb145b5e13fac8c8da46c65b
parent7b6535c100aecd6e1e168aa9b61a355ecb1362d2 (diff)
downloadphp-git-28a638fe7bfdcd2555acdb11ca06e890b4c5fd6f.tar.gz
BFN
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a0f78de692..61788c60bc 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,8 @@ PHP NEWS
- Removed php_check_syntax() function which never worked properly. (Ilia)
- Changed sha1_file() and md5_file() functions to use streams instead of
low level IO. (Uwe)
+- Fixed bug #32759 (incorrect determination of default value (COM)). (Wez)
+- Fixed bug #32758 (Cannot access safearray properties in VB6 objects). (Wez)
- Fixed bug #32755 (Segfault in replaceChild() when DocumentFragment has
no children). (Rob)
- Fixed bug #32753 (Undefined constant SQLITE_NOTADB). (Ilia)