diff options
author | foobar <sniper@php.net> | 2005-12-18 00:07:40 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-12-18 00:07:40 +0000 |
commit | a9ffac3eda410debd1504e87f81cf7bcfe97f880 (patch) | |
tree | a37c01f9418167d78c9c8cd5b4dbda95e6910328 | |
parent | 5da39c99c63f8f88c63a544f03bd73587d6c4d2d (diff) | |
download | php-git-a9ffac3eda410debd1504e87f81cf7bcfe97f880.tar.gz |
it is easier to spot fixes when you know what and where something was fixed
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ PHP NEWS . Fixed iterator edge cases . Added methods getNamespaces(), getDocNamespaces() - Fixed prepared statement name conflict handling in PDO_PGSQL. (Thies, Ilia) -- Fixed memory corruption when FETCH_LAZY mode is being used. (Ilia) +- Fixed memory corruption when PDO::FETCH_LAZY mode is being used. (Ilia) - Fixed possible leaks in imagecreatefromstring() with invalid data. (Pierre) - Fixed possible memory corruption inside mb_strcut(). (Ilia) - Fixed possible header injection by limiting each header to a single line. |