From d115747a247c29165cc8fc7158e8429a97791f95 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Wed, 1 Feb 2006 17:05:38 +0000 Subject: [PATCH] Clarify new entries. --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 84827b69fb..ddc8ac14ba 100644 --- 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) -- 2.50.1