summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2013-06-18 23:06:20 -0700
committerStanislav Malyshev <stas@php.net>2013-06-18 23:06:20 -0700
commite2bb74ab4f90ca2b840e44b96125c4c1633e0a14 (patch)
treedf08be376674d72a7e9e122a9e83a938f84c3e2f
parentdda3f404ecbbef399acae56855fc8bc4e0e24905 (diff)
downloadphp-git-e2bb74ab4f90ca2b840e44b96125c4c1633e0a14.tar.gz
sync NEWS
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5fd1fae225..46fa7f0bc2 100644
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,12 @@ PHP NEWS
. Fixed bug #64808 (FreeTDS PDO getColumnMeta on a prepared but not executed
statement crashes). (Stanley Sufficool)
+- PDO_firebird:
+ . Fixed bug #64037 (Firebird return wrong value for numeric field).
+ (Matheus Degiovani, Matteo)
+ . Fixed bug #62024 (Cannot insert second row with null using parametrized
+ query). (patch by james@kenjim.com, Matheus Degiovani, Matteo)
+
- PDO_mysql:
. Fixed bug #48724 (getColumnMeta() doesn't return native_type for BIT,
TINYINT and YEAR). (Antony, Daniel Beardsley)
@@ -41,6 +47,9 @@ PHP NEWS
- PDO_pgsql:
. Fixed Bug #64949 (Buffer overflow in _pdo_pgsql_error). (Remi)
+- pgsql:
+ . Fixed bug #64609 (pg_convert enum type support). (Matteo)
+
- Readline:
. Implement FR #55694 (Expose additional readline variable to prevent
default filename completion). (Hartmel)