summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2013-10-29 17:27:49 +0900
committerYasuo Ohgaki <yohgaki@php.net>2013-10-29 17:27:49 +0900
commit16a9fec8898677b96a0f22f0fdfac0dfc7126cf1 (patch)
treefc4e09f599e78fc7438b736f1ef965e888d7f0a1
parent4dc4302a30e225bcbf468b7ce01a4c5929f87a07 (diff)
downloadphp-git-16a9fec8898677b96a0f22f0fdfac0dfc7126cf1.tar.gz
Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 26a9aa9ff4..5517774618 100644
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,10 @@ PHP NEWS
. Fixed bug #65808 (the socket_connect() won't work with IPv6 address).
(Mike)
+- Standard:
+ . Fixed bug #64760 (var_export() does not use full precision for floating-point
+ numbers) (Yasuo)
+
- XMLReader:
. Fixed bug #51936 (Crash with clone XMLReader). (Mike)
. Fixed bug #64230 (XMLReader does not suppress errors). (Mike)