Skip to content

Commit dccfd8e

Browse files
committed
update NEWS and UPGRADING
1 parent 841689c commit dccfd8e

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
@@ -339,6 +339,13 @@ PHP 7.1 UPGRADE NOTES
339339
. Attempting to read an invalid or write to a readonly property will throw
340340
an instance of Error instead of resulting in a fatal error.
341341

342+
- PDO_Firebird
343+
As of PHP 7.1.3, the fetched data for integer fields is aware of the Firebird
344+
datatypes. Previously all integers was fetched as strings, starting with
345+
aforementioned PHP version intger fields are translated to the PHP integer
346+
datatype. The 64-bit integers are still fetched as strings in 32-bit PHP
347+
builds.
348+
342349
- Reflection:
343350
. Failure to retrieve a reflection object or retrieve an object property
344351
will now throw an instance of Error instead of resulting in a fatal error.

0 commit comments

Comments
 (0)