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 @@ -722,6 +722,13 @@ out, that the corresponding SDK isn't available anymore.
722
722
Mhash is not an extension anymore, use function_exists("mhash") to check whether
723
723
it is avaliable.
724
724
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
+
725
732
- GD
726
733
The bundled libgd requires libwebp instead of libvpx for the WebP functionality.
727
734
You can’t perform that action at this time.
0 commit comments