summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@php.net>2017-04-11 08:27:17 +0200
committerSebastian Bergmann <sebastian@php.net>2017-04-11 08:27:17 +0200
commit7cdf520319b4c2dab1409215b680ee1410bf39c2 (patch)
tree75c4e686e529cbe57dca1f38ccd8ebd3f0b6b16a /NEWS
parent6e23f2bceb0826e65eb8129fd94c61b7b3a44da7 (diff)
downloadphp-git-7cdf520319b4c2dab1409215b680ee1410bf39c2.tar.gz
Fix bug #74409
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a8305ac866..dd25136a00 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,10 @@ PHP NEWS
. Fixed bug #74383 (phar method parameters reflection correction).
(mhagstrand)
+- Standard:
+ . Fixed bug #74409 (Reflection information for ini_get_all() is incomplete).
+ (Sebastian Bergmann)
+
13 Apr 2017 PHP 7.0.18
- Core: