1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 01:23:53 +02:00
This commit is contained in:
Anatol Belski
2017-01-06 18:53:30 +01:00
parent 1516132167
commit 71e84e2c36

View File

@@ -725,7 +725,7 @@ out, that the corresponding SDK isn't available anymore.
- 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
aforementioned PHP version integer fields are translated to the PHP integer
datatype. The 64-bit integers are still fetched as strings in 32-bit PHP
builds.