mirror of
https://github.com/php/php-src.git
synced 2026-04-27 18:23:26 +02:00
Merge branch 'PHP-7.1'
* PHP-7.1: Fixed bug #73994 incorrect arginfo for unpack
This commit is contained in:
@@ -24,6 +24,7 @@ PHP NEWS
|
||||
(Anatol)
|
||||
. Fixed bug #73969 (segfault in debug_print_backtrace). (andrewnester)
|
||||
. Added PHP_OS_FAMILY constant to determine on which OS we are. (Jan Altensen)
|
||||
. Fixed bug #73994 (arginfo incorrect for unpack). (krakjoe)
|
||||
|
||||
- BCMath:
|
||||
. Fixed bug #46564 (bcmod truncates fractionals). (liborm85)
|
||||
|
||||
@@ -1806,7 +1806,7 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_pack, 0, 0, 2)
|
||||
ZEND_ARG_VARIADIC_INFO(0, args)
|
||||
ZEND_END_ARG_INFO()
|
||||
|
||||
ZEND_BEGIN_ARG_INFO(arginfo_unpack, 0)
|
||||
ZEND_BEGIN_ARG_INFO_EX(arginfo_unpack, 0, 0, 2)
|
||||
ZEND_ARG_INFO(0, format)
|
||||
ZEND_ARG_INFO(0, input)
|
||||
ZEND_ARG_INFO(0, offset)
|
||||
|
||||
Reference in New Issue
Block a user