diff options
author | Stanislav Malyshev <stas@php.net> | 2014-04-20 15:24:14 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2014-04-20 15:25:03 -0700 |
commit | 5addf223d597c56638a34f9ef0061d454e748abe (patch) | |
tree | 3b3f22c500daa01ba097f8083c4b41c636bff008 /NEWS | |
parent | 3586d14b61fbf3932650899d99a09e25784cf587 (diff) | |
parent | a18cec1b865994735e5b4ab757ccc1a14f8607ff (diff) | |
download | php-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-- | NEWS | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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) |