]> granicus.if.org Git - php/commitdiff
report fix
authorStanislav Malyshev <stas@php.net>
Thu, 27 Nov 2008 23:51:45 +0000 (23:51 +0000)
committerStanislav Malyshev <stas@php.net>
Thu, 27 Nov 2008 23:51:45 +0000 (23:51 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 60ca982068e8fb3a62f9f42f8fb2f0b8770463a4..3513d2f3bde184f71cf5ad58bf1b7a95f8001bfe 100644 (file)
--- 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).