Exakat
Exakat
The current extension goes up to 3.1. It needs some update, and a resident expert so we can expand the feature coverage.
This is a known limitation at the moment. + will take its second meaning (with arrays), with the support of type hint.
Indeed, though it should be PHP 7.4 compatible (still) at the engine level. @eapostol : which version of Exakat are you using ATM?
[PHP Keyword as Names](https://exakat.readthedocs.io/en/latest/Rules.html#php-keywords-as-names) reports PHP keywords used as names, which includes 'list' and quite a lot of other common names, like class, as, interface. It works as expected. Use...
Hi krish2830, Can you provide the result of 'exakat.phar doctor'? Also, check how many process are running gremlin / java. There should be only one. In doubt, kill all (unless...
Yes this happens in particular if the table is long, and the code snippets are large. There should be some limit in the size of those snippets.
Hi Richard, Thanks for the report. It was a regression in 2.1.8, indeed, and it is fixed in 2.1.9 (upcoming). The PHP (and extensions) constants are missed, in particular when...
The current installation has been set up to handle various type of files : the graph database (temp), configuration file (perm), temporary data and some of the reports (the HTML...
Configurations are mostly ready : there are several places where they can be found, including the current project, so that's covered. Home of the current user is a good idea...
This analysis is mostly sourcing the usort(). The problem arise when sorting arrays which contains ex-aequos (values of the same rank). PHP 5 will sort them in the incoming order...