diff options
| author | Christoph M. Becker <cmbecker69@gmx.de> | 2018-04-12 18:58:56 +0200 |
|---|---|---|
| committer | Christoph M. Becker <cmbecker69@gmx.de> | 2018-04-12 19:00:22 +0200 |
| commit | c8c0bb11e79b59a4aa9c1428dd8c60c13e5663b8 (patch) | |
| tree | 8e2ca4fa3d7a7c0d5c08f5538d882e8ed522b43c | |
| parent | 319856dc629a91025208f695de03e20bd91f5c72 (diff) | |
| download | php-git-c8c0bb11e79b59a4aa9c1428dd8c60c13e5663b8.tar.gz | |
[ci skip] Update UPGRADING
Cf. ce1d69a1f6dcf15d43029301059c25e5bc09a577 and
fef879a2d63899ed25f39b4581c16682afdd0a8f, respectively.
Patch provided by Gabriel Caruso.
| -rw-r--r-- | UPGRADING | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
