summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2008-11-27 23:51:45 +0000
committerStanislav Malyshev <stas@php.net>2008-11-27 23:51:45 +0000
commit311e37c4b13c669917cff59e5814ecef5c6721d7 (patch)
treeb4dc1ad16bd7614272f11877ed39d2a29ec2b684
parente0beb2850f5e72741170241f30139436ac841e50 (diff)
downloadphp-git-311e37c4b13c669917cff59e5814ecef5c6721d7.tar.gz
report fix
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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).