diff options
-rw-r--r-- | UPGRADING.INTERNALS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 7ba9a946f4..c3fd4c631e 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -209,6 +209,11 @@ PHP 7.0 INTERNALS UPGRADE NOTES and library manager. This solves the issues with the long command lines which can exceed the OS limit. + - with clang toolset, an option --with-uncritical-warn-choke is available, + which suppresses the most frequent false positive warnings + + - the --with-mp option will by default utilize all the available cores. It's + enabled by default and can be disabled with the special "disable" keyword. ======================== 3. Module changes |