summaryrefslogtreecommitdiff
path: root/UPGRADING.INTERNALS
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-08-29 18:37:35 +0200
committerAnatol Belski <ab@php.net>2016-08-29 18:37:35 +0200
commit3196ea195bdf242ebbf3496bef06232a82895794 (patch)
treecb829c8c30338c6441491039441344a35ae31d68 /UPGRADING.INTERNALS
parent78401a7f01af424adeadca3fe2c82f722c9dd127 (diff)
downloadphp-git-3196ea195bdf242ebbf3496bef06232a82895794.tar.gz
add note to UPGRADING.INTERNALS
Diffstat (limited to 'UPGRADING.INTERNALS')
-rw-r--r--UPGRADING.INTERNALS2
1 files changed, 2 insertions, 0 deletions
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