diff options
author | Stanislav Malyshev <stas@php.net> | 2008-11-27 23:51:45 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2008-11-27 23:51:45 +0000 |
commit | 311e37c4b13c669917cff59e5814ecef5c6721d7 (patch) | |
tree | b4dc1ad16bd7614272f11877ed39d2a29ec2b684 | |
parent | e0beb2850f5e72741170241f30139436ac841e50 (diff) | |
download | php-git-311e37c4b13c669917cff59e5814ecef5c6721d7.tar.gz |
report fix
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |