File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1699,7 +1699,8 @@ PHP_INSTALL_HEADERS([Zend/Optimizer], [ \
1699
1699
zend_func_info.h \
1700
1700
zend_inference.h \
1701
1701
zend_optimizer.h \
1702
- zend_ssa.h] )
1702
+ zend_ssa.h \
1703
+ zend_worklist.h] )
1703
1704
1704
1705
PHP_ADD_SOURCES(TSRM, TSRM.c, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
1705
1706
Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ if (VS_TOOLSET && VCVERS >= 1914) {
323
323
}
324
324
325
325
PHP_INSTALL_HEADERS ( "" , "Zend/ TSRM/ main/ main/streams/ win32/" ) ;
326
- PHP_INSTALL_HEADERS ( "Zend/Optimizer" , "zend_call_graph.h zend_cfg.h zend_dump.h zend_func_info.h zend_inference.h zend_optimizer.h zend_ssa.h" ) ;
326
+ PHP_INSTALL_HEADERS ( "Zend/Optimizer" , "zend_call_graph.h zend_cfg.h zend_dump.h zend_func_info.h zend_inference.h zend_optimizer.h zend_ssa.h zend_worklist.h " ) ;
327
327
328
328
STDOUT . WriteBlankLines ( 1 ) ;
329
329
You can’t perform that action at this time.
0 commit comments