From: Pierre Joye Date: Sat, 28 Jan 2006 00:16:56 +0000 (+0000) Subject: - #36185 entry X-Git-Tag: php-5.1.3RC1~195 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f16b8429dadc7a242594852b45891e7d1d7c3da5;p=php - #36185 entry --- diff --git a/NEWS b/NEWS index 1cbb33011f..2965743141 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,7 @@ PHP NEWS - Added imap_savebody(). (Mike) - Fixed imagecolorallocate() and imagecolorallocatelapha() to return FALSE on error. (Pierre) +- Fixed bug #36185 (str_rot13(NULL) crash). (Pierre) - Fixed bug #36152 (problems with curl+ssl and pgsql+ssl in same PHP). (Mike) - Fixed bug #36148 (unpack("H*hex", $data) is adding an extra character to the end of the string). (Ilia)