From: Stanislav Malyshev Date: Thu, 27 Nov 2008 23:51:45 +0000 (+0000) Subject: report fix X-Git-Tag: php-5.2.8~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=311e37c4b13c669917cff59e5814ecef5c6721d7;p=php report fix --- diff --git a/NEWS b/NEWS index 60ca982068..3513d2f3bd 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,8 @@ PHP NEWS - Fixed a crash inside gd with invalid fonts (Fixes CVE-2008-3658). (Pierre) - Fixed a possible overflow inside memnstr (Fixes CVE-2008-3659). (Laurent Gaffie) +- Fixed incorrect php_value order for Apache configuration, reported by + Maksymilian Arciemowicz. (Stas) - Fixed memory leak inside readline_callback_handler_remove() function. (Felipe) - Fixed bug #46696 (cURL fails in upload files with specified content-type).