From: Anatol Belski Date: Fri, 15 Apr 2016 11:41:09 +0000 (+0200) Subject: update NEWS X-Git-Tag: php-7.0.7RC1~108 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c0de35273a5a3fa677beef7d05a217adefc42da3;p=php update NEWS --- diff --git a/NEWS b/NEWS index a9f3293dbf..d4aeb51735 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,10 @@ PHP NEWS . Fixed bug #72014 (Including a file with anonymous classes multiple times leads to fatal error). (Laruence) +- Postgres: + . Fixed bug #71062 (pg_convert() doesn't accept ISO 8601 for datatype + timestamp). (denver at timothy dot io) + - SQLite3: . Fixed bug #68849 (bindValue is not using the right data type). (Anatol)