Skip to content

Commit 620d720

Browse files
committed
added some notes about the win build system
1 parent b93d040 commit 620d720

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

UPGRADING.INTERNALS

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,5 +216,8 @@ UPGRADE NOTES - PHP X.Y
216216
variable. Previously `bison` was assumed to be in $PATH.
217217

218218
b. Windows build system changes
219-
-
220-
219+
- The configure option --enable-static-analyze isn't available anymore.
220+
The new option was introduced --with-analyzer.
221+
- It is possible to disable PGO for single extensions, to do that
222+
define a global variable PHP_MYMODULE_PGO evaluating to false
223+
inside config.w32

0 commit comments

Comments
 (0)