From 44e0b79ac64b344fc1335c126e548f00d8308602 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Wed, 20 Sep 2017 02:25:56 +0300 Subject: Refactored array creation API. array_init() and array_init_size() are converted into macros calling zend_new_array(). They are not functions anymore and don't return any values. --- UPGRADING.INTERNALS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'UPGRADING.INTERNALS') diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 0772009bbe..f505483562 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -9,6 +9,7 @@ PHP 7.2 INTERNALS UPGRADE NOTES f. zend_arg_info.class_name removed g. ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX changed h. valid_symbol_table removed + i. array_init() and array_init_size() 2. Build system changes a. Unix build system changes @@ -48,6 +49,9 @@ PHP 7.2 INTERNALS UPGRADE NOTES h. valid_symbol_table is removed from executor_globals. Use EG(active) instead of removed EG(valid_symbol_table) + i. array_init() and array_init_size() are not functions anymore. + They don't return any values. + ======================== 2. Build system changes ======================== -- cgit v1.2.1