From: Anatol Belski Date: Fri, 6 Jan 2017 17:32:33 +0000 (+0100) Subject: update NEWS and UPGRADING X-Git-Tag: php-7.1.2RC1~145^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15161321673a345ac29be7f9992cd51f0b5b590f;p=php update NEWS and UPGRADING --- diff --git a/NEWS b/NEWS index d19ab0d5cf..ba821fd202 100644 --- 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) diff --git a/UPGRADING b/UPGRADING index 09522c71c2..8b3a559a19 100644 --- 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.