Skip to content

Commit

Permalink
valid_symbol_table removed
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Jul 5, 2017
1 parent d75dbb0 commit 8d1ae4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions UPGRADING.INTERNALS
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ PHP 7.2 INTERNALS UPGRADE NOTES
e. IS_TYPE_IMMUTABLE removed
f. zend_arg_info.class_name removed
g. ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX changed
h. valid_symbol_table removed

2. Build system changes
a. Unix build system changes
Expand Down Expand Up @@ -44,6 +45,9 @@ PHP 7.2 INTERNALS UPGRADE NOTES
use ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX for simple type
use ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX for object

h. valid_symbol_table is removed from executor_globals.
Use EG(active) instead of removed EG(valid_symbol_table)

========================
2. Build system changes
========================
Expand Down

0 comments on commit 8d1ae4e

Please sign in to comment.