summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2018-05-26 21:58:54 +0200
committerNikita Popov <nikita.ppv@gmail.com>2018-05-26 21:59:36 +0200
commitcc98b880874529b3d0c42a04fc5d7b6cda0c72ea (patch)
treea6d1116193e49e395331913df69861320223f867 /UPGRADING
parent2c4556ee4332f29a1cd75d71eee741e9b98cb83c (diff)
downloadphp-git-cc98b880874529b3d0c42a04fc5d7b6cda0c72ea.tar.gz
UPGRADING tweaks
Fix a typo and clarify that Reflection changes only affect string export. No API relevant return values are changed. [ci skip]
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING4
1 files changed, 2 insertions, 2 deletions
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