diff options
author | Rob Richards <rrichards@php.net> | 2007-03-26 20:17:30 +0000 |
---|---|---|
committer | Rob Richards <rrichards@php.net> | 2007-03-26 20:17:30 +0000 |
commit | c0cd876a7f83368aa31be60875faf58ea1b8737d (patch) | |
tree | 7976935b35d73ca30b9d48e5ddf0c4db67caecbe | |
parent | b7c2eb3228ca3eaed09b3c1647ccf5623c9c11b3 (diff) | |
download | php-git-c0cd876a7f83368aa31be60875faf58ea1b8737d.tar.gz |
BFN
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -133,6 +133,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 bug #37386 (autocreating element doesn't assign value to first node). + (Rob) - Fixed unallocated memory access/double free in in array_user_key_compare() (MOPB-24 by Stefan Esser) (Stas) - Fixed wrong length calculation in unserialize S type |