Browse Source

fix doc

pull/2182/head
Anatol Belski 10 years ago
parent
commit
1667acbf72
  1. 4
      UPGRADING

4
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

Loading…
Cancel
Save