summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2017-05-30 15:50:48 +0200
committerRemi Collet <remi@php.net>2017-05-31 09:54:11 +0200
commit0bad6d7d6b9302c86c6b02620f0b3f5357f4593c (patch)
treee938387465c601e7425652fbaebd173327f573b2
parenta0cc6d426f709bf44741cd7254221bbc6e31c6a4 (diff)
downloadphp-git-0bad6d7d6b9302c86c6b02620f0b3f5357f4593c.tar.gz
NEWS
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8f07dbe761..a5c034b51d 100644
--- a/NEWS
+++ b/NEWS
@@ -129,6 +129,7 @@ PHP NEWS
. Added array input support to mb_convert_encoding(). (Yasuo)
. Added array input support to mb_check_encoding(). (Yasuo)
. Fixed bug #69079 (enhancement for mb_substitute_character). (masakielastic)
+ . Update to oniguruma version 6.3.0. (Remi)
- Mcrypt:
. The deprecated mcrypt extension has been moved to PECL. (leigh)