|
Hi Johann-Peter,
We have identified that in some frameworks under PHP CodeScan can have sub-optimal detection of include files, especially in large or complex projects.
We are actively working on this issue, and are looking to roll out improved file detection over the next couple of releases - and will be sure to include Zend framework applications for testing within this process.
In the mean time, manual include detection does save include file location once it has been detected. So for future scans, previously found include files will be scanned automatically. While the first scan of a project may be arduous, future scans of the same project will be much less hassle.
You can also disable the prompt for missing include files. This will allow CodeScan to complete scans, but without scanning any include files that it cannot automatically detect. While this does reduce the scanning coverage, such a scan may assist you in identifying problem areas which warrant further investigation. To disable this prompt, select "Options", then unselect the "Prompt for Missing Includes" option.
Kind Regards, Matt Weston CodeScan Support
|