From: Anatol Belski Date: Mon, 29 Aug 2016 16:37:35 +0000 (+0200) Subject: add note to UPGRADING.INTERNALS X-Git-Tag: php-7.1.0RC1~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3196ea195bdf242ebbf3496bef06232a82895794;p=php add note to UPGRADING.INTERNALS --- diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 1a922e6294..710c131297 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -82,6 +82,8 @@ changes. See: https://wiki.php.net/phpng-upgrading a. Unix build system changes b. Windows build system changes + Static analysis with clang and Cppcheck is supported by passing "clang" or + "cppcheck" keyword to the --with-analyzer configure option. ======================== 3. Module changes