summaryrefslogtreecommitdiff
path: root/UPGRADING.INTERNALS
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-03-23 15:27:26 +0100
committerAnatol Belski <ab@php.net>2015-03-23 15:27:26 +0100
commit429c8715b24e9ba04aaf4234afabb4d9a181f5d9 (patch)
tree8c3780b3a805b323e5c4d06a265994be222dc780 /UPGRADING.INTERNALS
parent0313394fe4ff063aa061f575e714afd4ad1c8e53 (diff)
downloadphp-git-429c8715b24e9ba04aaf4234afabb4d9a181f5d9.tar.gz
some UPGRADING.INTERNALS notes
Diffstat (limited to 'UPGRADING.INTERNALS')
-rw-r--r--UPGRADING.INTERNALS5
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