summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-04-18 16:04:15 +0200
committerAnatol Belski <ab@php.net>2014-04-18 16:04:15 +0200
commit620d7207efa08c6449e31cd115f92e634c03b4f7 (patch)
treed860713a58b23211d52f9395d5ff523204ce23a9
parentb93d040dc53b57249270208f1e0fbb2ef9b36539 (diff)
downloadphp-git-620d7207efa08c6449e31cd115f92e634c03b4f7.tar.gz
added some notes about the win build system
-rw-r--r--UPGRADING.INTERNALS7
1 files changed, 5 insertions, 2 deletions
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