]> granicus.if.org Git - php/commitdiff
register mail.force_extra_parameters change
authorStanislav Malyshev <stas@php.net>
Thu, 13 Sep 2007 20:08:00 +0000 (20:08 +0000)
committerStanislav Malyshev <stas@php.net>
Thu, 13 Sep 2007 20:08:00 +0000 (20:08 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 218dcc8cb7e8d01245edba811886a014642a2dc7..8978d59f0f7c88aea08e9ca163d476b645d60414 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,8 @@
 - Fixed imagerectangle regression with 1x1 rectangle (libgd #106). (Pierre)
 - Fixed PDO crash when dirver returns empty LOB stream (Stas).
 - Fixed dl() to accept only filenames - reported by Laurent Gaffie. (Stas)
+- Disallowed setting mail.force_extra_parameters from .htaccess due
+  to the security implications - reported by SecurityReason (Stas)
 
 - Fixed bug #42643 (CLI segfaults if using ATTR_PERSISTENT). (Ilia)
 - Fixed bug #42627 (bz2 extension fails to build with -fno-common).