summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-04-20 15:24:14 -0700
committerStanislav Malyshev <stas@php.net>2014-04-20 15:25:03 -0700
commit5addf223d597c56638a34f9ef0061d454e748abe (patch)
tree3b3f22c500daa01ba097f8083c4b41c636bff008 /NEWS
parent3586d14b61fbf3932650899d99a09e25784cf587 (diff)
parenta18cec1b865994735e5b4ab757ccc1a14f8607ff (diff)
downloadphp-git-5addf223d597c56638a34f9ef0061d454e748abe.tar.gz
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4: Fix bug #65701: Do not use cache for file file copy
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 03331753ae..85ebf26dda 100644
--- a/NEWS
+++ b/NEWS
@@ -5,13 +5,15 @@ PHP NEWS
- CLI server:
. Fixed bug #67079 (Missing MIME types for XML/XSL files). (Anatol)
+- Core:
+ . Fixed bug #65701 (copy() doesn't work when destination filename is created
+ by tempnam()). (Boro Sitnikovski)
+ . Fixed bug #67072 (Echoing unserialized "SplFileObject" crash). (Anatol)
+
- DOM:
. Fixed bug #67081 (DOMDocumentType->internalSubset returns entire DOCTYPE tag,
not only the subset). (Anatol)
-- Standard:
- . Fixed bug #67072 (Echoing unserialized "SplFileObject" crash). (Anatol)
-
?? ??? 2014, PHP 5.5.12
- Core:
. Fixed bug #61019 (Out of memory on command stream_get_contents). (Mike)