]> granicus.if.org Git - php/commitdiff
update NEWS and UPGRADING
authorAnatol Belski <ab@php.net>
Fri, 6 Jan 2017 17:32:33 +0000 (18:32 +0100)
committerAnatol Belski <ab@php.net>
Fri, 6 Jan 2017 17:32:33 +0000 (18:32 +0100)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index d19ab0d5cf49834ed6bb00001d2a1d64f5c17017..ba821fd202cc42fa166210a54c743774b589e06e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,9 @@ PHP                                                                        NEWS
 - OpenSSL:
   . Fixed bug #71519 (add serial hex to return value array). (xrobau)
 
+- PDO_Firebird:
+  . Implemented FR #72583 (All data are fetched as strings). (Dorin Marcoci)
+
 - Phar:
   . Fixed bug #70417 (PharData::compress() doesn't close temp file). (cmb)
 
index 09522c71c29866c4a5b912dfcb614ce2f8cd19ba..8b3a559a1999838e4cf1870719acd420b55dc943 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -722,6 +722,13 @@ out, that the corresponding SDK isn't available anymore.
   Mhash is not an extension anymore, use function_exists("mhash") to check whether
   it is avaliable.
 
+- PDO_Firebird
+  As of PHP 7.0.17, the fetched data for integer fields is aware of the Firebird
+  datatypes. Previously all integers was fetched as strings, starting with the
+  aforementioned PHP version intger fields are translated to the PHP integer
+  datatype. The 64-bit integers are still fetched as strings in 32-bit PHP
+  builds.
+
 - GD
   The bundled libgd requires libwebp instead of libvpx for the WebP functionality.