diff options
author | Stanislav Malyshev <stas@php.net> | 2007-03-16 21:49:56 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2007-03-16 21:49:56 +0000 |
commit | d0c229d4cbbb7ef66a31439b470bfd32a8fdb928 (patch) | |
tree | fdab88fd970119d70e94eb67c025be006e41e522 | |
parent | b44c524b7c9beebb5c1c97ab0984faa3e1ec7895 (diff) | |
download | php-git-d0c229d4cbbb7ef66a31439b470bfd32a8fdb928.tar.gz |
clarify
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -100,7 +100,8 @@ PHP NEWS - Fixed crash on op-assign where argument is string offset (Brian, Stas) - Fixed bug #38710 (data leakage because of nonexisting boundary checking in statements in mysqli) (Stas) -- Fixed UMR in in array_user_key_compare() (MOPB-24 by Stefan Esser) (Stas) +- Fixed unallocated memory access/double free in in array_user_key_compare() + (MOPB-24 by Stefan Esser) (Stas) 08 Feb 2007, PHP 5.2.1 - Added read-timeout context option "timeout" for HTTP streams. (Hannes, Ilia). |