mirror of
https://github.com/php/php-src.git
synced 2024-11-27 20:03:40 +08:00
Fix bug #74409
This commit is contained in:
parent
6e23f2bceb
commit
7cdf520319
4
NEWS
4
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:
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user