From: Stanislav Malyshev Date: Fri, 22 Jun 2007 00:10:02 +0000 (+0000) Subject: Fixed bug #41765 (Recode crashes/does not work on amd64) X-Git-Tag: php-5.2.4RC1~311 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3444305c5d8b8fadce73988c256ca6925ccbb1e4;p=php Fixed bug #41765 (Recode crashes/does not work on amd64) --- diff --git a/NEWS b/NEWS index a9767535d8..d5f65faaf8 100644 --- a/NEWS +++ b/NEWS @@ -36,6 +36,8 @@ PHP NEWS - Fixed PECL bug #11216 (crash in ZipArchive::addEmptyDir when a directory already exists). (Pierre) +- Fixed bug #41765 (Recode crashes/does not work on amd64) + (nexus at smoula dot net, Stas) - Fixed bug #41724 (libxml_get_last_error() - errors service request scope). (thekid at php dot net, Ilia) - Fixed bug #41717 (imagepolygon does not respect thickness). (Pierre)