File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 5
5
- OpenSSL:
6
6
. Fixed bug #71519 (add serial hex to return value array). (xrobau)
7
7
8
+ - PDO_Firebird:
9
+ . Implemented FR #72583 (All data are fetched as strings). (Dorin Marcoci)
10
+
8
11
- Phar:
9
12
. Fixed bug #70417 (PharData::compress() doesn't close temp file). (cmb)
10
13
Original file line number Diff line number Diff line change @@ -339,6 +339,13 @@ PHP 7.1 UPGRADE NOTES
339
339
. Attempting to read an invalid or write to a readonly property will throw
340
340
an instance of Error instead of resulting in a fatal error.
341
341
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
+
342
349
- Reflection:
343
350
. Failure to retrieve a reflection object or retrieve an object property
344
351
will now throw an instance of Error instead of resulting in a fatal error.
You can’t perform that action at this time.
0 commit comments