summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2013-06-18 23:08:56 -0700
committerStanislav Malyshev <stas@php.net>2013-06-18 23:08:56 -0700
commitf432141cd9a9cad004373a8de9d8e8be52482afd (patch)
tree90b6ee6a728e7fa4bd61c8a2db2a494d49dcba0d
parente9b22042a799befa2f5d42c7f0a34fa8294666c9 (diff)
downloadphp-git-f432141cd9a9cad004373a8de9d8e8be52482afd.tar.gz
sync NEWSphp-5.4.17RC1
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7af962c821..adfe837fa2 100644
--- a/NEWS
+++ b/NEWS
@@ -32,6 +32,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)
@@ -39,6 +45,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)