summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-10-28 23:02:38 +0200
committerAnatol Belski <ab@php.net>2016-10-28 23:02:38 +0200
commit1667acbf7208b1eb3fc708f2f1eee6b356bf605d (patch)
tree22a565c36517a2a44380b330df1565e69ac8f457 /UPGRADING
parentcc81971e9e399d04ea602c67c85435f7f5fa9a7c (diff)
downloadphp-git-1667acbf7208b1eb3fc708f2f1eee6b356bf605d.tar.gz
fix doc
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING4
1 files changed, 2 insertions, 2 deletions
diff --git a/UPGRADING b/UPGRADING
index ada82c886d..11497cc824 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -127,8 +127,8 @@ PHP 7.2 UPGRADE NOTES
float and back without precision loss
. PHP_FLOAT_EPSILON smallest representable positive number x, so then
x + 1.0 != 1.0
- . PHP_FLOAT_MIN max representable float number
- . PHP_FLOAT_MAX min representable float number
+ . PHP_FLOAT_MIN min representable float number
+ . PHP_FLOAT_MAX max representable float number
- GD:
. IMG_EFFECT_MULTIPLY