1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 11:32:11 +02:00

update NEWS

This commit is contained in:
Anatol Belski
2016-04-15 13:41:09 +02:00
parent d263616525
commit c0de35273a

4
NEWS
View File

@@ -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)