diff options
author | Xinchen Hui <laruence@php.net> | 2013-11-05 11:08:55 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2013-11-05 11:08:55 +0800 |
commit | 906d3ae0edb1c371f4ad73585ef25337f8e0ef97 (patch) | |
tree | 91cfcf56006c60048e5f1b3d5ca6dadf07ffe367 | |
parent | d4f5ca467f7cafa7aa3d06dd77e0f492e22f1e09 (diff) | |
download | php-git-906d3ae0edb1c371f4ad73585ef25337f8e0ef97.tar.gz |
Update NEWS
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |