]> granicus.if.org Git - php/commitdiff
UPGRADING tweaks
authorNikita Popov <nikita.ppv@gmail.com>
Sat, 26 May 2018 19:58:54 +0000 (21:58 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Sat, 26 May 2018 19:59:36 +0000 (21:59 +0200)
Fix a typo and clarify that Reflection changes only affect string
export. No API relevant return values are changed.

[ci skip]

UPGRADING

index d00185c67774ca232e426af66ca2b679bca465a5..50cefc89581d6e238cab78d88917cf5d3660150a 100644 (file)
--- 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