From: Moriyoshi Koizumi Date: Mon, 10 Feb 2003 19:52:56 +0000 (+0000) Subject: Fixed typo X-Git-Tag: php-4.3.2RC1~276 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8aa0debb6ee3c91bb1cb5f8fda2fbabd7fb1ec86;p=php Fixed typo --- diff --git a/NEWS b/NEWS index 2a7d6462c5..16caccd632 100644 --- a/NEWS +++ b/NEWS @@ -117,7 +117,7 @@ PHP 4 NEWS true-color image). (Ilia) - Fixed a crash when converting between true-color images (png/jpeg) and gd1/gd2 image formats, png/jpeg -> gd1/gd2 -> png/jpeg conversion now - works correctly. (Ilia, (Pierre-Alain Joye). + works correctly. (Ilia, Pierre-Alain Joye). - Fixed a memory leak in the bundled GD library inside gdImageTrueColorToPalette(). (Ilia) - Fixed bug #12776 (array_walk crash). (Moriyoshi)