This commit is contained in:
Sebastian Bergmann 2017-04-11 08:27:17 +02:00
parent 6e23f2bceb
commit 7cdf520319
2 changed files with 5 additions and 0 deletions

4
NEWS
View File

@ -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:

View File

@ -735,6 +735,7 @@ ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(arginfo_ini_get_all, 0, 0, 0)
ZEND_ARG_INFO(0, extension)
ZEND_ARG_INFO(0, details)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO(arginfo_ini_set, 0)