summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2013-11-05 11:08:55 +0800
committerXinchen Hui <laruence@php.net>2013-11-05 11:08:55 +0800
commit906d3ae0edb1c371f4ad73585ef25337f8e0ef97 (patch)
tree91cfcf56006c60048e5f1b3d5ca6dadf07ffe367
parentd4f5ca467f7cafa7aa3d06dd77e0f492e22f1e09 (diff)
downloadphp-git-906d3ae0edb1c371f4ad73585ef25337f8e0ef97.tar.gz
Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0c8a15a5f9..26990debce 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,10 @@ PHP NEWS
. Fixed bug #65950 (Field name truncation if the field name is bigger than
32 characters). (patch submitted by: michael dot y at zend dot com, Yasuo)
+- PDO:
+ . Fixed bug #66033 (Segmentation Fault when constructor of PDO statement
+ throws an exception). (Laruence)
+
- Standard:
. Fixed bug #64760 (var_export() does not use full precision for floating-point
numbers) (Yasuo)