summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-01-07 12:43:56 +0100
committerAnatol Belski <ab@php.net>2017-01-07 12:43:56 +0100
commit80a5ae4f5389e66fe4bd71b54c7fb8fca06d831b (patch)
treee81573c26cedd9ae7934b7bba25d8b4e8b8a7ddb
parent49a0c166f38bddd4e7caacda9a6a778e6905e1ba (diff)
downloadphp-git-80a5ae4f5389e66fe4bd71b54c7fb8fca06d831b.tar.gz
fix wrong version
-rw-r--r--UPGRADING2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index 7de632b68c..c9e5a021eb 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -728,7 +728,7 @@ out, that the corresponding SDK isn't available anymore.
it is avaliable.
- PDO_Firebird
- As of PHP 7.0.17, the fetched data for integer fields is aware of the Firebird
+ As of PHP 7.0.16, 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 integer fields are translated to the PHP integer
datatype. The 64-bit integers are still fetched as strings in 32-bit PHP