diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2010-03-08 12:39:44 (GMT) |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2010-03-08 12:39:44 (GMT) |
commit | 48adfafab8a347c2b1b62292e013f30af52feb9f (patch) | |
tree | fb9a2d1393c7b0e2df012e4ade45b4d1ae0c4f11 /NEWS | |
parent | 3025ca8e17da2fc22878f57176d688c61073a134 (diff) | |
download | php-48adfafab8a347c2b1b62292e013f30af52feb9f.tar.gz |
Fixed bug #51213 (pdo_mssql is trimming value of the money column).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ PHP NEWS - Added stream filter support to mcrypt extension (ported from mcrypt_filter). (Stas) +- Fixed bug #51213 (pdo_mssql is trimming value of the money column). (Ilia, + alexr at oplot dot com) - Fixed bug #51190 (ftp_put() returns false when transfer was successful). (Ilia) - Fixed bug #51176 (Static calling in non-static method behaves like $this->). |