]> granicus.if.org Git - php/commitdiff
some UPGRADING.INTERNALS notes
authorAnatol Belski <ab@php.net>
Mon, 23 Mar 2015 14:27:26 +0000 (15:27 +0100)
committerAnatol Belski <ab@php.net>
Mon, 23 Mar 2015 14:27:26 +0000 (15:27 +0100)
UPGRADING.INTERNALS

index 7ba9a946f47c8cffed41f1a163e03fb2a6247923..c3fd4c631e9546734cead9cff283051c7e2c6484 100644 (file)
@@ -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