summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-01-06 18:55:12 +0100
committerAnatol Belski <ab@php.net>2017-01-06 18:55:12 +0100
commitf8518ba1a1ecfeff10394e2ac27c580a60c0f981 (patch)
treec0272f7285fc4c11ab51f6a95c06c3137c1763ae /UPGRADING
parent043d10c345aea9d595e454b20e0a4e8ae714e5e1 (diff)
downloadphp-git-f8518ba1a1ecfeff10394e2ac27c580a60c0f981.tar.gz
fix typo
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING2
1 files changed, 1 insertions, 1 deletions
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.