mirror of
https://github.com/php/php-src.git
synced 2025-01-26 05:34:32 +08:00
Revert "Fix bug #66568: the second arg for unserialize is optional." as we already reverted the introduction of the second arg.
This reverts commit aefc8f22b3
.
Conflicts:
NEWS
This commit is contained in:
parent
3345722354
commit
a68ef0a117
@ -2647,7 +2647,7 @@ ZEND_BEGIN_ARG_INFO(arginfo_serialize, 0)
|
||||
ZEND_ARG_INFO(0, var)
|
||||
ZEND_END_ARG_INFO()
|
||||
|
||||
ZEND_BEGIN_ARG_INFO_EX(arginfo_unserialize, 0, 0, 1)
|
||||
ZEND_BEGIN_ARG_INFO(arginfo_unserialize, 0)
|
||||
ZEND_ARG_INFO(0, variable_representation)
|
||||
ZEND_END_ARG_INFO()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user