diff options
author | Anatol Belski <ab@php.net> | 2014-04-18 16:04:15 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2014-04-18 16:04:15 +0200 |
commit | 620d7207efa08c6449e31cd115f92e634c03b4f7 (patch) | |
tree | d860713a58b23211d52f9395d5ff523204ce23a9 | |
parent | b93d040dc53b57249270208f1e0fbb2ef9b36539 (diff) | |
download | php-git-620d7207efa08c6449e31cd115f92e634c03b4f7.tar.gz |
added some notes about the win build system
-rw-r--r-- | UPGRADING.INTERNALS | 7 |
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 |