summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Wallner <mike@php.net>2014-07-02 19:48:36 +0200
committerMichael Wallner <mike@php.net>2014-07-03 20:40:41 +0200
commit88c1ce3203608d85a18db823729f3d7034b01660 (patch)
tree908d3d23850b9d52c0e835bc5bcb75bacc0daab4
parent155b5d172548a3457dc17b729d16faeb53f237c1 (diff)
downloadphp-git-88c1ce3203608d85a18db823729f3d7034b01660.tar.gz
BFN for bug #67551 (php://input temp file will be located in sys_temp_dir instead of upload_tmp_dir)
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 466a98d4c0..b3589d3351 100644
--- a/NEWS
+++ b/NEWS
@@ -30,6 +30,8 @@ PHP NEWS
(Andreas Ferber)
. Fixed bug #67498 (phpinfo() Type Confusion Information Leak Vulnerability).
(Stefan Esser)
+ . Fixed bug #67551 (php://input temp file will be located in sys_temp_dir
+ instead of upload_tmp_dir). (Mike)
- FPM:
. Fix bug #67531 (syslog cannot be set in pool configuration). (Remi)