[ci skip] Update UPGRADING

Cf. ce1d69a1f6 and
fef879a2d6, respectively.

Patch provided by Gabriel Caruso.
This commit is contained in:
Christoph M. Becker 2018-04-12 18:58:56 +02:00
parent 319856dc62
commit c8c0bb11e7

View File

@ -28,6 +28,8 @@ Core:
in EH_THROW mode (e.g. some DateTime exceptions) no longer populate
error_get_last() state. As such, they now work the same way as manually
thrown exceptions.
. TypeError now reports wrong types as `int` and `bool` instead of `integer`
and `boolean`.
BCMath:
. All warnings thrown by BCMath functions are now using PHP's error handling.
@ -35,6 +37,10 @@ BCMath:
. bcmul() and bcpow() now return numbers with the requested scale. Formerly,
the returned numbers may have omitted trailing decimal zeroes.
Reflection:
. Reflection results now return `int` and `bool` instead of `integer`
and `boolean`.
SPL:
. If an SPL autoloader throws an exception, following autoloaders will not be
executed. Previously all autoloaders were executed and exceptions were