Skip to content

Commit 8d1ae4e

Browse files
committed
valid_symbol_table removed
1 parent d75dbb0 commit 8d1ae4e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

UPGRADING.INTERNALS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ PHP 7.2 INTERNALS UPGRADE NOTES
88
e. IS_TYPE_IMMUTABLE removed
99
f. zend_arg_info.class_name removed
1010
g. ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX changed
11+
h. valid_symbol_table removed
1112

1213
2. Build system changes
1314
a. Unix build system changes
@@ -44,6 +45,9 @@ PHP 7.2 INTERNALS UPGRADE NOTES
4445
use ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX for simple type
4546
use ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX for object
4647

48+
h. valid_symbol_table is removed from executor_globals.
49+
Use EG(active) instead of removed EG(valid_symbol_table)
50+
4751
========================
4852
2. Build system changes
4953
========================

0 commit comments

Comments
 (0)