We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d75dbb0 commit 8d1ae4eCopy full SHA for 8d1ae4e
UPGRADING.INTERNALS
@@ -8,6 +8,7 @@ PHP 7.2 INTERNALS UPGRADE NOTES
8
e. IS_TYPE_IMMUTABLE removed
9
f. zend_arg_info.class_name removed
10
g. ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX changed
11
+ h. valid_symbol_table removed
12
13
2. Build system changes
14
a. Unix build system changes
@@ -44,6 +45,9 @@ PHP 7.2 INTERNALS UPGRADE NOTES
44
45
use ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX for simple type
46
use ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX for object
47
48
+ h. valid_symbol_table is removed from executor_globals.
49
+ Use EG(active) instead of removed EG(valid_symbol_table)
50
+
51
========================
52
53
0 commit comments