summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2014-05-11 15:13:40 +0200
committerBob Weinand <bobwei9@hotmail.com>2014-05-11 15:13:40 +0200
commit62b2eb666d8d418e1c4672bc81d00111f18049bd (patch)
tree7bb62a31b949670ac6ba90a93f05cfdfa5643a74
parent5bf6a093ad9072865c6b1b52e39144b16dfe5300 (diff)
downloadphp-git-62b2eb666d8d418e1c4672bc81d00111f18049bd.tar.gz
Updated NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 848029fcdc..2c5fb894e1 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,9 @@ PHP NEWS
. Fixed bug #65701 (copy() doesn't work when destination filename is created
by tempnam()). (Boro Sitnikovski)
. Fixed bug #67072 (Echoing unserialized "SplFileObject" crash). (Anatol)
+ . Fixed bug #67245 (usage of memcpy() with overlapping src and dst in
+ zend_exceptions.c) (backported fix from PHP 5.6; initially committed
+ to wrong branch). (Bob)
- Date:
. Fixed bug #67118 (DateTime constructor crash with invalid data). (Anatol)