summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2015-05-12 16:13:39 +0200
committerJulien Pauli <jpauli@php.net>2015-05-12 16:13:39 +0200
commitadbb301a70e16ada22f14a7e623b73d84580f12d (patch)
treee785c3a9db26aade3031c62bca8015c3b5b82a7b
parent2ddb560c2e31c71aaf77772e119c40f9087c3eda (diff)
downloadphp-git-adbb301a70e16ada22f14a7e623b73d84580f12d.tar.gz
Updated NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 104c99d688..61c38f9b51 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@ PHP NEWS
14 Jun 2015, PHP 5.6.9
- Core:
+ . Fixed bug #66048 (temp. directory is cached during multiple requests).
+ (Julien)
. Fixed bug #69566 (Conditional jump or move depends on uninitialised value
in extension trait). (jbboehr at gmail dot com)
. Fixed bug #69467 (Wrong checked for the interface by using Trait).