summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2017-01-04 13:32:37 +0000
committerJoe Watkins <krakjoe@php.net>2017-01-04 13:34:31 +0000
commit63d116e5711e995f201ba6411bcb3929e5cbf041 (patch)
treeaae76d3c3805558086a8bf31454a8a0da5d242fc /NEWS
parente914abff1e88092216e453234224860514d5e5cc (diff)
parent33721742a59a34989d54846432a04ae62a4939bb (diff)
downloadphp-git-63d116e5711e995f201ba6411bcb3929e5cbf041.tar.gz
Merge branch 'pull-request/1312' into PHP-7.0
* pull-request/1312: get_defined_functions extra parameter to exclude disabled functions news entry for PR #1312
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 26376b694d..a3d844d7cf 100644
--- a/NEWS
+++ b/NEWS
@@ -60,6 +60,8 @@ PHP NEWS
. Fixed bug #70490 (get_browser function is very slow). (Nikita)
. Fixed bug #73265 (Loading browscap.ini at startup causes high memory usage).
(Nikita)
+ . Fixed bug #31875 (get_defined_functions additional param to exclude
+ disabled functions). (willianveiga)
- Zlib:
. Fixed bug #73373 (deflate_add does not verify that output was not truncated).