summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-04-20 15:26:51 -0700
committerStanislav Malyshev <stas@php.net>2014-04-20 15:27:39 -0700
commit774f16318b3739e751d5a041f3601a3cf3000614 (patch)
treeffdd73973aa30c738e55fe9f5ce1c26636b2631c /NEWS
parent1bca3ecacc19686d949f55cec410beea40491685 (diff)
parent5addf223d597c56638a34f9ef0061d454e748abe (diff)
downloadphp-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--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index f0316ee6e7..e0503fb3ef 100644
--- a/NEWS
+++ b/NEWS
@@ -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).