December 10, 2020
Editor-in-Chief Oscar Merida looks inside this issue of the magazine and discusses the release of PHP 8. or listen to the podcast version and read the transcript.
December 8, 2020
By Matthew Turland PHP 8 is a significant release for much more than just its version number: it’s absolutely packed with shiny new language features, potential performance improvements, and fixes to many unintuitive behaviors and inconsistencies in previous iterations of the language. This article won’t provide a comprehensive review of every new addition or change […]
November 23, 2020
By Eric Van Johnson If you follow me on Twitter (@shocm), then you already knew what was coming this month. I asked the interTubes, “What are the PHP and PHP adjacent Podcasts you enjoy?” With it being so difficult to hang out with friends or go to a meetup, podcasts are a great solution to […]
Watch as editor-in-chief Oscar Merida works through one of the puzzles from a previous issue. He’ll tackle the Improved Directions puzzle to clean up a list of directions.
November 17, 2020
Editor-in-chief Oscar Merida looks into the November 2020 issue, SOLID Foundations. Or you can listen to the podcast and read the transcript.
October 23, 2020
By Bruce Dou Swoole PHP is a coroutine based asynchronous network application framework. It is a PHP extension that extends PHP core and utilizes more power provided by Linux OS. Unlike the callback style single thread asynchronous I/O provided by the other networking libraries like Node.js, Swoole PHP has multiple asynchronous I/O threads and native […]
September 23, 2020
By Eric Van Johnson Part three concludes my interview with the PHP 8 Release Managers about PHP Internals. We touch on getting started contributing to internals via RFCs, becoming release managers, the commitment required by that role, and how the project’s release cycles have evolved. Being a Release Manager I have to be honest Gabriel, […]
September 21, 2020
Editor-in-chief Oscar Merida looks into the September 2020 issue of php[architect] magazine, “Under the Scope.” This month, we have articles on serializing PHP objects, using middleware effectively, and measuring project metrics. We also cover tools to make your development setup more useful, how autoloading works, and building a composite to keep your application maintainable.