From: Nikita Popov Date: Sat, 26 May 2018 19:58:54 +0000 (+0200) Subject: UPGRADING tweaks X-Git-Tag: php-7.3.0alpha2~10^2~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc98b880874529b3d0c42a04fc5d7b6cda0c72ea;p=php UPGRADING tweaks Fix a typo and clarify that Reflection changes only affect string export. No API relevant return values are changed. [ci skip] --- diff --git a/UPGRADING b/UPGRADING index d00185c677..50cefc8958 100644 --- a/UPGRADING +++ b/UPGRADING @@ -38,7 +38,7 @@ BCMath: the returned numbers may have omitted trailing decimal zeroes. Reflection: - . Reflection results now return `int` and `bool` instead of `integer` + . Reflection export to string now uses `int` and `bool` instead of `integer` and `boolean`. SPL: @@ -88,7 +88,7 @@ MBString: mb_convert_case(): . MB_CASE_LOWER (used by mb_strtolower) - . MB_CASE_UPPER (used by mb_strtolower) + . MB_CASE_UPPER (used by mb_strtoupper) . MB_CASE_TITLE . MB_CASE_FOLD . MB_CASE_LOWER_SIMPLE