Version 0.10.9 is here : time for the weekly exakat review . This week, we reduced the memory footprint in the gremlin server with a better check on the relations between elements in the code graph. This gives us less data to import, and less branches to analyze. That’s a gain in speed. We took time to […]
Arrays forever Ever since I started using PHP, arrays have always been my friend. They are versatile, they have a wide range of functions, and they are easy to use. I kept using them versions after versions, and even with PHP 7.2, I still rely on them a lot. Over the years, classes have also […]
Exakat 0.10.8 Exakat 0.10.8 (King of spiritual touch) is here. This week, we worked on speed improvement with a simple trick: replace an array by a class. Arrays were the usual structure for data set with a lot of empty slots, but classes are indeed better. Then, we ran into a lesser-known PHP features: the […]
Exakat is present at the Darkmira tour 2017 Join us at the Brazil Darkmira tour 2017, and listen to Damien Seguy, CTO of Exakat. Damien is a keynote speaker and will also present exakat and static analysis practice. Darkmira Tour PHP 2017 is a 2 days of learning, discoveries and interaction, in Brasilia, Brazil. It is the […]
Where can you get an elephpant ? The elephpant is the famous unofficial logo of the PHP community, turned into a snugly plush toy. They have been around the Internet since 2007, and may be met about everywhere. Elephpants have been sighted on every emerged continent in the world. But where can you get an elephpant ? There […]
PHP UK CONFERENCE 16TH & 17TH FEBRUARY 2017 The Brewery, London Exakat will animate two session “Last train for PHP 7.1” and “Static analysis saved my code tonight” at the PHP UK CONFERENCE the 16TH & 17TH FEBRUARY 2017 The Brewery, London. More information on the PHP UK CONFERENCE website
PHP BENELUX CONFERENCE 27 & 28 January 2017 Edegem, Antwerp Exakat will animate the “PHP 7 COMPLIANCE WORKSHOP” the 27th January 2017 between 09:00 – 12:30. More information on the PHP BENELUX CONFERENCE website.
FOSDEM is a free event for software developers to meet, share ideas and collaborate. Every year, thousands of developers of free and open source software from all over the world gather at the event in Brussels. Exakat will participate to the 2017 sessions. More information on Fosdem 2017 web site.
PHP SA is the annual PHP conference in South Africa. Exakat animate the “The Hunt For Dead Code” session between 2PM and2:45Pm the 29th septembre 2016.
More upcoming features in PHP 7.1 This is the second part of our series about last features in PHP 7.1. See ‘Upcoming features in PHP 7.1 (part a)‘ and ‘More upcoming features in PHP 7.1 (part b)‘ and ‘last features in PHP 7.1 (part c)‘ PHP 7.1 is already Beta 3 as we’re writing, and should be […]