When analyzing large PHP project php hangs or end with a unsual return code
Php exececutable may have reached its maximum allocated memory. Increase the memory_limit value in you php.ini file
When analyzing large PHP project maven hangs with a Java heap space message
Increase the maximum heap memory allocated for maven by setting the environnement variable MAVEN_OPTS
I have projects that do not use the required version of phpunit or pdepend or phpcd or whatelse, what can I do?
If you are able to have several versions of code analysis tool on the same machine, just be sure that the correct one will be used by maven when launching mvn sonar:sonar.
You also have to ensure that the output file log is compatible with the one specified by the version of the tool you want to use.

