Skip to content

Commit

Permalink
Sync Zend/Optimizer headers installation (#13201)
Browse files Browse the repository at this point in the history
On *nix installation there is zend_dfg.h installed as part of the bug
fix #81136, but it wasn't synced with Windows yet. This now syncs Zend
headers on both builds.
  • Loading branch information
petk authored Jan 20, 2024
1 parent 117b8de commit a651ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win32/build/config.w32
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ if (VS_TOOLSET && VCVERS >= 1914) {
}

PHP_INSTALL_HEADERS("", "Zend/ TSRM/ main/ main/streams/ win32/");
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");
PHP_INSTALL_HEADERS("Zend/Optimizer", "zend_call_graph.h zend_cfg.h zend_dfg.h zend_dump.h zend_func_info.h zend_inference.h zend_optimizer.h zend_ssa.h zend_worklist.h");

STDOUT.WriteBlankLines(1);

Expand Down

0 comments on commit a651ae8

Please sign in to comment.