diff options
author | Anatol Belski <ab@php.net> | 2017-01-06 18:53:30 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2017-01-06 18:53:30 +0100 |
commit | 71e84e2c36ab4716a041f04063fb6c693d9990cb (patch) | |
tree | 6ad458261ad8b45b61e3163c72165277ec51fb33 /UPGRADING | |
parent | 15161321673a345ac29be7f9992cd51f0b5b590f (diff) | |
download | php-git-71e84e2c36ab4716a041f04063fb6c693d9990cb.tar.gz |
fix typo
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |