From: Andrey Hristov Date: Mon, 30 Aug 2010 18:13:28 +0000 (+0000) Subject: here comes the news X-Git-Tag: php-5.3.4RC1~292 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77d650908d98d59a5ffa9bca4ad0d18514da95ed;p=php here comes the news --- diff --git a/NEWS b/NEWS index 8d4d4d1b31..a45ff9a793 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,8 @@ - Changed the $context parameter on copy() to actually have an effect. (Kalle) - Fixed possible crash in mssql_fetch_batch(). (Kalle) +- Fixed bug #52745 (Binding params doesn't work when selecting a date inside a + CASE-WHEN). (Andrey) - Fixed bug #52699 (PDO bindValue writes long int 32bit enum). (rein at basefarm dot no) - Fixed bug #52681 (mb_send_mail() appends an extra MIME-Version header).