Exakat 1.1.8 review

Exakat 1.1.8 review After last week double edition’s review, we needed some quiet time. This week, we upgraded the ‘Randomly sorted arrays’, added two new extensions and closed two nasty bugs. So, here it is, your moment to read the Exakat 1.1.8 review. Support for IBM Db2 and Leveldb ext/ibm_db2 is an interface to IBM […]

Make everything private in your PHP classes

Make everything private in your PHP classes It is a good recommendation to make everything private in a class : constants, methods, properties. With private, comes a tighter control on the element : no one from outside may use it, limiting the unwanted impact on the object. Of course, some of the class has to be accessible […]

Exakat 0.12.12 review

Exakat 0.12.12 review Exakat 0.12.12 is out. Exakat has added some new analysis this week : support for ext/parle extension, help on pathinfo() usage, check on pathinfo() and array_values(). Exakat also includes getMessage() into the ‘don’t echo error message’, and ‘No concat in a loop’ covers new situations. Welcome to exakat 0.12.12! echo getMessage() in […]

exakat 0.12.3 review

Exakat 0.12.3 review Exakat 0.12.3 is out like a hot summer diner. For this week’s menu, we are served with support for the new PHP 7.2 syntax in grouped use, 2 analysis hunting down default values and typehint mismatches, and a recommendation to start using the Null Object Pattern. Exakat now also delivers data in […]

Exakat 0.12.2 review

Exakat 0.12.2 review Exakat 0.12.2 is just released, like every Monday. This week, Exakat comes with upgraded code, new backends experimentations, and new analyzers : mkdir()’s security, extension lapack, strict_types preferences, and mismatched ternary alternatives. A lot is happening in the gears of the engine, so it is time for the Exakat 0.12.2 review. Mkdir() […]