summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2011-09-06 05:04:37 +0000
committerStanislav Malyshev <stas@php.net>2011-09-06 05:04:37 +0000
commit93b1c173649de36f511d7bd5b0ba1682385d77f2 (patch)
tree37232dc4be05ae657de9639f7254078746074f07
parente403d5832a4b2b9aa5b4f28f72af291699fbf7c9 (diff)
downloadphp-git-93b1c173649de36f511d7bd5b0ba1682385d77f2.tar.gz
report fix
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a41c4b2d64..c39c5ea80c 100644
--- a/NEWS
+++ b/NEWS
@@ -29,6 +29,9 @@ PHP NEWS
. Added ReflectionClass::newInstanceWithoutConstructor() to create a new
instance of a class without invoking its constructor. FR #55490. (Sebastian)
+- Improved intl extension:
+ . Fixed bug #55562 (grapheme_substr() returns false on big length). (Stas)
+
- Improved JSON extension:
. Added new json_encode() option JSON_UNESCAPED_UNICODE. FR #53946. (Irker, Gwynne)