Skip to content

Commit 1516132

Browse files
committed
update NEWS and UPGRADING
1 parent 826122f commit 1516132

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ PHP NEWS
55
- OpenSSL:
66
. Fixed bug #71519 (add serial hex to return value array). (xrobau)
77

8+
- PDO_Firebird:
9+
. Implemented FR #72583 (All data are fetched as strings). (Dorin Marcoci)
10+
811
- Phar:
912
. Fixed bug #70417 (PharData::compress() doesn't close temp file). (cmb)
1013

UPGRADING

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -722,6 +722,13 @@ out, that the corresponding SDK isn't available anymore.
722722
Mhash is not an extension anymore, use function_exists("mhash") to check whether
723723
it is avaliable.
724724

725+
- PDO_Firebird
726+
As of PHP 7.0.17, the fetched data for integer fields is aware of the Firebird
727+
datatypes. Previously all integers was fetched as strings, starting with the
728+
aforementioned PHP version intger fields are translated to the PHP integer
729+
datatype. The 64-bit integers are still fetched as strings in 32-bit PHP
730+
builds.
731+
725732
- GD
726733
The bundled libgd requires libwebp instead of libvpx for the WebP functionality.
727734

0 commit comments

Comments
 (0)