From: Anatol Belski Date: Fri, 6 Jan 2017 17:55:12 +0000 (+0100) Subject: fix typo X-Git-Tag: php-7.1.2RC1~142 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8518ba1a1ecfeff10394e2ac27c580a60c0f981;p=php fix typo --- diff --git a/UPGRADING b/UPGRADING index cc2bc14f0e..a71e179c3a 100644 --- a/UPGRADING +++ b/UPGRADING @@ -342,7 +342,7 @@ PHP 7.1 UPGRADE NOTES - PDO_Firebird As of PHP 7.1.3, the fetched data for integer fields is aware of the Firebird datatypes. Previously all integers was fetched as strings, starting with - 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.