diff options
author | Wez Furlong <wez@php.net> | 2005-04-19 05:59:12 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2005-04-19 05:59:12 +0000 |
commit | 28a638fe7bfdcd2555acdb11ca06e890b4c5fd6f (patch) | |
tree | 6db834f7572b6550bb145b5e13fac8c8da46c65b | |
parent | 7b6535c100aecd6e1e168aa9b61a355ecb1362d2 (diff) | |
download | php-git-28a638fe7bfdcd2555acdb11ca06e890b4c5fd6f.tar.gz |
BFN
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |