You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
php www/bin/phpca www/src/ --since-version=7.2 | tee reports/phpca-src.txt
I got the following response, which identified this class: Pool
Scanning www/src/ ...
[pthreads] Class "Pool" used in file www/src/path/to/file[84]
Used non-built-in extensions in your code:
- pthreads. Extension is available in pecl: pthreads.
However, this is a snippet of my actual code, which is clearly not from the pthreads extension.
I ran:
php www/bin/phpca www/src/ --since-version=7.2 | tee reports/phpca-src.txt
I got the following response, which identified this class: Pool
However, this is a snippet of my actual code, which is clearly not from the pthreads extension.
Here is the version information:
Perhaps resolving the namespace aliases first could reduce the false positives?
The text was updated successfully, but these errors were encountered: