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 b93d040 commit 620d720Copy full SHA for 620d720
UPGRADING.INTERNALS
@@ -216,5 +216,8 @@ UPGRADE NOTES - PHP X.Y
216
variable. Previously `bison` was assumed to be in $PATH.
217
218
b. Windows build system changes
219
- -
220
-
+ - The configure option --enable-static-analyze isn't available anymore.
+ 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