]> granicus.if.org Git - php/commitdiff
BFN
authorSteph Fox <sfox@php.net>
Fri, 20 Mar 2009 22:14:45 +0000 (22:14 +0000)
committerSteph Fox <sfox@php.net>
Fri, 20 Mar 2009 22:14:45 +0000 (22:14 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 75b68ca204be1e6735b0e59bd09c4e92141cdd14..aa90a9fd8257e21ffcb4d84d5b012b68dbc008bb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -29,6 +29,7 @@
 - Fixed bug #45799 (imagepng() crashes on empty image). (Martin McNickle,
   Takeshi Abe)
 - Fixed bug #43073, (TrueType bounding box is wrong for angle<>0) (Martin McNickle)
+- Fixed bug #38805 (PDO truncates text from SQL Server text data type field) (Steph)
 
 26 Feb 2009, PHP 5.2.9
 - Changed __call() to be invoked on private/protected method access, similar to