]> granicus.if.org Git - php/commitdiff
Clarify new entries.
authorIlia Alshanetsky <iliaa@php.net>
Wed, 1 Feb 2006 17:05:38 +0000 (17:05 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 1 Feb 2006 17:05:38 +0000 (17:05 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 84827b69fb381107fb459971672f25c6888046d4..ddc8ac14bac5e6902db96d907cea44c78944faa0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -15,7 +15,7 @@ PHP                                                                        NEWS
 - Added new mysqli constants for BIT and NEW_DECIMAL field types:
   MYSQLI_TYPE_NEWDECIMAL and MYSQLI_TYPE_BIT. FR #36007. (Georg)
 - Added ReflectionClass::newInstanceArgs($args). (Marcus)
-- Added imap_savebody(). (Mike)
+- Added imap_savebody() that allows message body to be written to a file. (Mike)
 - Fixed imagecolorallocate() and imagecolorallocatelapha() to return FALSE
   on error. (Pierre)
 - Fixed bug #36242 (Possible memory corruption in stream_select()). (Tony)
@@ -25,7 +25,7 @@ PHP                                                                        NEWS
   Magnusson)
 - Fixed bug #36222 (errorInfo in PDOException is always NULL). (Ilia)
 - Fixed bug #36208 (symbol namespace conflicts using bundled gd). (Jakub Moc)
-- Fixed bug #36185 (str_rot13(NULL) crash). (Pierre)
+- Fixed bug #36185 (str_rot13() crash on non-string parameter). (Pierre)
 - Fixed bug #36176 (PDO_PGSQL - PDO::exec() does not return number of rows 
   affected by the operation). (Ilia)
 - Fixed bug #36152 (problems with curl+ssl and pgsql+ssl in same PHP). (Mike)