diff options
author | Antony Dovgal <tony2001@php.net> | 2005-09-16 17:12:12 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2005-09-16 17:12:12 +0000 |
commit | 3fd2e85458bb73fb9359664b1a4e72390432c35d (patch) | |
tree | 56649a009bfd2368b9fa843d1418539f94512690 | |
parent | 4b9b5505f0923ef29962343319df988e6b4c1578 (diff) | |
download | php-git-3fd2e85458bb73fb9359664b1a4e72390432c35d.tar.gz |
BFN
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -30,6 +30,8 @@ PHP NEWS - Fixed failing queries (FALSE returned) with mysqli_query() on 64 bit systems. (Andrey) - Fixed bug #34518 (Unset doesn't separate container in CV). (Dmitry) +- Fixed bug #34505 (Possible memory corruption when unmangling properties + with empty names). (Tony) - Fixed bug #34478 (Incorrect parsing of url's fragment (#...)). (Dmitry) - Fixed bug #34456 (Possible crash inside pspell extension). (Nuno) - Fixed bug #34450 (Segfault when calling mysqli_close() in destructor). (Tony) |