The PHP Podcast 2026.06.11
ποΈ PHP Podcast – June 11, 2026
Guest Hosts: Sara Golemon, Elizabeth Barron & Holly Schilling
Eric and John are out this week β Sara, Elizabeth, and Holly take over. Here’s what they covered:
π¬ PHPVerse Recap
PHPVerse just wrapped up, and Elizabeth was there in Amsterdam. The format is unusual β all speakers are flown to one location, but the audience is entirely virtual. It was a class act: professional TV crew, studio lighting, and a makeup and hair team on site. Around 2,500β3,000 people watched the live stream. Everything was broadcast as one long block; individual talk segments and possibly the documentary trailer will be cut and released separately. The full stream is available now β the PHP documentary trailer (produced by Jet Breeze, covering 30+ years of PHP history) appears around the 2:24:30 mark.
π PHP Foundation 2026 Strategy Document
Elizabeth and the PHP Foundation released their 2026 strategy document the same day as this recording. The foundation gathered community input across numerous conversations and conferences, synthesized it into findings, and has now published a plan for the rest of the year. Key themes: repositioning PHP’s public perception (which Elizabeth calls a solvable problem), creating six special interest groups, and launching an Onboarding Initiative to build a real on-ramp for new PHP developers. Elizabeth’s view is that the two things giving her the most hope for PHP’s future are the passion and expertise of the community, and how good the language itself has gotten. Visit thephp.foundation to read the full document.
πͺ The Onboarding Initiative
One of the six special interest groups the foundation is launching is specifically focused on bringing new developers into PHP. Goals include creating a true learning path (not just a reference manual that assumes existing knowledge), improving educational resources, and potentially working with the php.net website to improve the first-time experience. Holly made the point that PHP’s barrier to entry is genuinely lower than almost any other language β the Hello World program is 11 characters β but that story isn’t being told outside the PHP bubble. New developers are turning to JavaScript as a first language and running into minified spaghetti instead of something approachable.
π€ AI Writing PHP β And PHP as a Second Language
Holly built the entire PHP Tek conference app backend in Laravel without writing a single line of code herself β AI-generated throughout, which she reviewed and approved. The code held up to peer review at the conference with only minor style nits. She ran it on PHP 8.3 and used modern standards throughout (one piece of feedback: stop using empty()). The consensus: AI models write good modern PHP because of the vast amount of open source PHP they were trained on. The caveat Sara raised is worth thinking about β how much of that training data is PHP 4-era code and WordPress 3 repositories? Either way, Holly’s case for PHP as a second language is strong: low ceremony, low boilerplate, readable syntax, and it’s a language where you can do something useful in minutes.
π PHP’s Reputation Problem (and Why It’s Fixable)
The group dug into PHP’s perception gap β the mismatch between how good the language actually is and how it’s perceived outside the community. Holly’s experience as a mobile developer who recommends PHP to others: the pushback is immediate (“isn’t that slow?”, “isn’t that dead?”). The benchmarks don’t support that reputation β PHP outperforms Python on most comparable workloads β but data alone doesn’t shift perception. Elizabeth’s point is that this is primarily a storytelling and coordination problem, not a language problem, and that the foundation’s repositioning work is exactly aimed at closing that gap. The community has the passion. It just needs to tell the story outside its own bubble.
β‘ PHP Polling API RFC
Sara walked through the RFC for a new Polling API in PHP (wiki.php.net/rfc/poll_API). The short version: PHP currently has five or six different ways to do I/O multiplexing (watching multiple streams and acting on whichever one is ready first), and which one works depends on the OS, available extensions, and PHP version. The Polling API proposal creates a single, unified interface that abstracts all of that. The immediate beneficiaries are async frameworks like Amp PHP, ReactPHP, and Revolt, which currently have to maintain multiple backend implementations to cover different environments. The bigger picture: this is a building block on the path toward true async PHP, likely contributing to something more complete in PHP 9.0. Most app developers won’t use it directly β but the libraries they depend on will. RFCs are all listed at wiki.php.net/rfc.
π PHP.net: Do As We Say, Not As We Do
Sara, who has contributed to php.net, copped to the state of the codebase: some of it dates to the PHP 3 era, there are functions.inc files, and it is very much “do as we say, not as we do.” The historical reason is that php.net used to rely on community-administered mirrors (r-synced servers running everything from PHP 5.1 to 5.6 simultaneously), so modernizing the code was impossible without controlling the runtime. That’s changed with CDN-based load balancing β they can now control what PHP version runs on php.net β and the code has been getting better. But it’s a slow process.
ποΈ PHP Podcasts Past, Present, and Future
Holly asked about the PHP Town Hall podcast (Ben Edmonds and Phil Sturgeon), and the group did a quick tour of PHP podcast history. The PHP Roundtable β originally started by Sammy, taken over by Eric β has produced about three episodes. Sara and producer Joe are planning to take it off Eric’s hands and actually do it properly. And Elizabeth announced that the PHP Foundation is launching a new podcast: tentatively called PHP at Scale, hosted by Ben Marx, focused on telling the stories of organizations pushing PHP to its limits. No launch date yet, but there’s already a queue of interested guests.
π Next Week’s Show β Moved to Wednesday
Sara will be on a boat off the coast of Galicia on Thursday, so next week’s episode is moving to Wednesday. Guests will include Paul Reinheimer and (hopefully) Sean Coase β two veterans from PHP’s podcasting past. Elizabeth is going to try to make it work around the Canadian Grand Prix.
π§ Mac Mini M4 for Local LLMs
Holly picked up a refurbished Mac Mini M4 (16GB RAM, 512GB storage) specifically to run LLM models locally via Ollama. Apple Silicon is a solid choice for this because the unified memory architecture gives the neural cores access to far more RAM than a discrete GPU setup. Sara is waiting for the M5, which is reportedly not coming until fall β and is already resigned to spending too much on it when it lands.
Links from the show:
- PHP Foundation β 2026 Strategy Document
- PHP RFC: Polling API
- PHP RFC Wiki β All RFCs Under Discussion
- Amp PHP β Async framework
- ReactPHP β Event-driven async PHP
- Revolt β Event loop for PHP
- php.net website source code (github.com/php/web-php)
- PHP Architect Discord
Guest Hosts:
Sara Golemon
- Based in Lisbon, Portugal
- PHP core contributor; code contributor via the Curl project (which means she technically has code on Mars)
Elizabeth Barron
- Executive Director, PHP Foundation
- Based in Germany
Holly Schilling
- Primary mobile developer; built the PHP Tek 2026 conference app
- Based near Chicago, IL
Streams:
π¬ Connect & Hire
Looking to hire PHP developers? Email support@phparch.com – Joe and the team are available for consulting, infrastructure work, Ansible playbooks, and code review.
Partner
This podcast is made a little better thanks to our partners
Infrastructure Management, Simplified
Automate Kubernetes deployments across any cloud provider or bare metal with a single command. Deploy, manage, and scale your infrastructure with ease.
https://displace.tech/
Put Your Technical Debt on Autopay with PHPScore
Music Provided by Epidemic Sound
https://www.epidemicsound.com/
π― Join Us Live Next Week
Note: Next week’s show is on Wednesday (not Thursday) with guests Paul Reinheimer and Sean Coase.
Got feedback? Join us on Discord at discord.phparch.com
Listen
Podcast (episodes): Play in new window | Download | Subscribe
| Air date | June 11, 2026 |
|---|---|
| Hosted by | Sara Golemon |
| Guest(s) | Elizabeth Barron,Β Holly Schilling |



