summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2018-01-09 16:23:26 +0800
committerXinchen Hui <laruence@gmail.com>2018-01-09 16:23:26 +0800
commit0a1f52fb095617ee8a0c3090688114c0988c62fd (patch)
tree9bbfc5f9f39c71a24a58a6888dcf0c9d170c9841
parent9a2fc395425b9579d3989787e0982464beb29217 (diff)
downloadphp-git-0a1f52fb095617ee8a0c3090688114c0988c62fd.tar.gz
Update NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b48f3db777..5120e832a1 100644
--- a/NEWS
+++ b/NEWS
@@ -46,6 +46,9 @@ PHP NEWS
. Fixed bug #73209 (RecursiveArrayIterator does not iterate object
properties). (Nikita)
+- Standard:
+ . Fixed bug #75781 (substr_count incorrect result). (Laruence)
+
- Zip:
. Display headers (buildtime) and library (runtime) versions in phpinfo
(with libzip >= 1.3.1). (Remi)