diff options
author | Stanislav Malyshev <stas@php.net> | 2014-04-20 15:26:51 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2014-04-20 15:27:39 -0700 |
commit | 774f16318b3739e751d5a041f3601a3cf3000614 (patch) | |
tree | ffdd73973aa30c738e55fe9f5ce1c26636b2631c /NEWS | |
parent | 1bca3ecacc19686d949f55cec410beea40491685 (diff) | |
parent | 5addf223d597c56638a34f9ef0061d454e748abe (diff) | |
download | php-git-774f16318b3739e751d5a041f3601a3cf3000614.tar.gz |
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Fix bug #65701: Do not use cache for file file copy
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,6 +8,8 @@ PHP NEWS - Core: . Fixed bug #64604 (parse_url is inconsistent with specified port). (Ingo Walz) + . Fixed bug #65701 (copy() doesn't work when destination filename is created + by tempnam()). (Boro Sitnikovski) . Fixed bug #66015 (Unexpected array indexing in class's static property). (Bob) . Added (constant) string/array dereferencing to static scalar expressions to complete the set; now possible thanks to bug #66015 being fixed. (Bob) @@ -18,6 +20,7 @@ PHP NEWS height). (Gabor Buella) . Fixed bug #67064 (Countable interface prevents using 2nd parameter ($mode) of count() function). (Bob) + . Fixed bug #67072 (Echoing unserialized "SplFileObject" crash). (Anatol) - cURL: . Fixed bug #66562 (curl_exec returns differently than curl_multi_getcontent). @@ -59,9 +62,6 @@ PHP NEWS - SQLite: . Fixed bug #66967 (Updated bundled libsqlite to 3.8.4.3). (Anatol) -- Standard: - . Fixed bug #67072 (Echoing unserialized "SplFileObject" crash). (Anatol) - - Apache2 Handler SAPI: . Fixed Apache log issue caused by APR's lack of support for %zu (APR issue https://issues.apache.org/bugzilla/show_bug.cgi?id=56120). |