Harness PHP 7’s Performance Boosts: Part 1

This entry is part 1 of 2 in the series PHP 7's Performance Boosts

This entry is part 1 of 2 in the series PHP 7’s Performance BoostsLearn how to harness PHP 7’s performance boosts using some of its key optimizations in this two-part series by Andrew Caya, the creator of Linux for PHP, the lead developer of a popular Joomla extension, and a contributor to many open source … Read more

PHP 7’s Performance Boosts :More Possible Optimizations

This entry is part 2 of 2 in the series PHP 7's Performance Boosts

This entry is part 2 of 2 in the series PHP 7’s Performance BoostsIn part 1 of the series by Andrew Caya, you learned how to harness PHP 7’s performance boosts using some of its key optimizations, including strict typing, immutable and packed arrays, and memory allocation. In part 2 of the series, you will … Read more