summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorAdam Harvey <aharvey@php.net>2010-12-03 10:10:08 +0000
committerAdam Harvey <aharvey@php.net>2010-12-03 10:10:08 +0000
commitd2263d482d58180377a3c5e848352dbf0421cb68 (patch)
tree3adb74722084a8c1f7c6350bfc7a467b52eaf4e4 /UPGRADING
parent18ec6dae2ca8bc4f33a6079d5ef93cc50259b4cc (diff)
downloadphp-git-d2263d482d58180377a3c5e848352dbf0421cb68.tar.gz
Implement FR #53457 (number_format must support more than one character for
thousands separator).
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING2
1 files changed, 2 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index b8aad2f492..01d5c71ccc 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -133,6 +133,8 @@ UPGRADE NOTES - PHP X.Y
behavior follows the recommendations of Unicode Technical Report #36.
- htmlspecialchars_decode/html_entity_decode now decode &apos; if the document
type is ENT_XML1, ENT_XHTML, or ENT_HTML5.
+- number_format() no longer truncates multibyte decimal points and thousand
+ separators to the first byte.
- The third parameter ($matches) to preg_match_all() is now optional. If
omitted, the function will simply return the number of times the pattern was
matched in the subject and will have no other side effects.