From: Anatol Belski Date: Fri, 18 Apr 2014 14:04:15 +0000 (+0200) Subject: added some notes about the win build system X-Git-Tag: PRE_PHPNG_MERGE~361^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=620d7207efa08c6449e31cd115f92e634c03b4f7;p=php added some notes about the win build system --- diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index adad50fb91..bea0354df9 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -216,5 +216,8 @@ UPGRADE NOTES - PHP X.Y variable. Previously `bison` was assumed to be in $PATH. b. Windows build system changes - - - + - The configure option --enable-static-analyze isn't available anymore. + The new option was introduced --with-analyzer. + - It is possible to disable PGO for single extensions, to do that + define a global variable PHP_MYMODULE_PGO evaluating to false + inside config.w32