Skip to content

Commit 7cdf520

Browse files
Fix bug #74409
1 parent 6e23f2b commit 7cdf520

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ PHP NEWS
2626
. Fixed bug #74383 (phar method parameters reflection correction).
2727
(mhagstrand)
2828

29+
- Standard:
30+
. Fixed bug #74409 (Reflection information for ini_get_all() is incomplete).
31+
(Sebastian Bergmann)
32+
2933
13 Apr 2017 PHP 7.0.18
3034

3135
- Core:

ext/standard/basic_functions.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,7 @@ ZEND_END_ARG_INFO()
735735

736736
ZEND_BEGIN_ARG_INFO_EX(arginfo_ini_get_all, 0, 0, 0)
737737
ZEND_ARG_INFO(0, extension)
738+
ZEND_ARG_INFO(0, details)
738739
ZEND_END_ARG_INFO()
739740

740741
ZEND_BEGIN_ARG_INFO(arginfo_ini_set, 0)

0 commit comments

Comments
 (0)