The PHP Podcast – Special Episode
April 2, 2026 | Guest Hosts: Joe Ferguson & Sara Golemon
In this special episode, Joe Ferguson and Sara Golemon step in as guest hosts while Eric recovers from illness and John is busy in Discord. They cover AI tool challenges, PHP Foundation updates, Unicode adventures, infrastructure work, and the eternal debate about when (and when not) to use AI.
Episode Highlights
Claude Code Drama: 10-20x token usage bug from cache misses – users burning through quotas in 15 minutes Claude Source Leak: CLI source code leaked via JavaScript map file, leading to “code laundering” across languages GitHub Reliability: Falling from “four nines” to 89.99% during Azure migration PHP Foundation News: Elizabeth Barron joins as Executive Director, Matt Stauffer joins board Release Manager Elections: Joe running for PHP 8.6 RM (3rd attempt!), discussion of “hands-on” vs “hands-off” terminology Unicode Victory: Joe fixes emoji support on people.php.net (UTF-8 → UTF-8MB4 migration) Infrastructure Work: Joe helping Derek with Ansible playbooks, running 8 Debian VMs on Proxmox Pie Progress: James building Pickle replacement integrated with Composer NPM Axios Attack: Supply chain compromise caught in under 3 hours Copilot Controversy: Now labeled “entertainment purposes only” + injecting ads into PR reviews PHP Happiness: Celebrating what makes modern PHP great Contributing to PHP: How to get started with php-web, docs, and source code Guest Hosts
Joe Ferguson
Senior Developer at PHP Architect
Running for PHP 8.6 Release Manager (hands-on position, third attempt). Working on PHP infrastructure with Derek using Ansible and Proxmox. Fixed emoji Unicode support on people.php.net.
Sara Golemon
PHP Foundation board member. Former 7.x release manager. PHP Appalachia organizer. Moving out of the country soon. Deep expertise in Unicode, internals, and language design. Vocal advocate for balanced AI approaches.
AI Discussion: Finding the Balance
The hosts took a refreshingly nuanced approach to AI tooling:
What Works: AI-enhanced search (Gemini), appropriate code assistanceWhat Doesn’t: Treating AI as infallible, forced integration everywhere, security vulnerabilities from blindly accepting suggestionsThe Fear: Joe’s honest concern about being replaced by “a trench coat full of three Claude bots”The Reality: AI is a tool that has appropriate uses – if people would just use it appropriatelyThe Quote: “Code laundering” – rewriting leaked source code through AI to create “new” implementations Joe’s Unicode Adventure
A deep dive into database character sets, triggered by trying to add emojis to his PHP.net profile:
Some emojis worked (), others failed ()Root cause: Database field was UTF-8 (3-byte max), needed UTF-8MB4 (4-byte support)The fix: Simple ALTER TABLE command updating character setThe impact: Now supports high-numbered emojis, CJK characters, and yes… ancient Egyptian hieroglyphicsSara’s insight: “I have way too much of Unicode in my head because of PHP 6” PHP 8.6 Release Manager Elections
Joe is running for release manager (third attempt) and discussed the evolving terminology:
Old Terms: “Rookie” and “Veteran” – implied experience requirementsProposed Terms: “Hands-on” and “Hands-off” – describes involvement levelThe Goal: Hands-on RMs do week-by-week work, hands-off provides oversight/mentoringCurrent Field: 7-8 candidates for hands-on positionsJoe’s Odds: Close to tied for second positionThe Endorsement: “Yo Joe!” (because yelling is half the battle) Infrastructure & Contributing
Joe’s Infrastructure Work:
Helping Derek manage PHP infrastructure via AnsibleRunning 8 Debian VMs locally on Proxmox to match productionBackfilling playbooks for existing serversAddressing bus factor concerns (Derek as single point of failure)How to Contribute to PHP:
Start at github.com/php README for repo overviewphp-web: Website code, can run with built-in PHP server via router.phpphp-src: Core engine – surprisingly approachable for learning CDocumentation: 800+ contributors, mostly docs (smaller blast radius)Infrastructure: Now using Ansible, moving away from custom solutionsPrinciple of least privilege: Access scoped to what you need PHP Foundation Updates
Elizabeth Barron: New Executive Director – plugged into open source funding, Chaos experience, PHP Appalachia organizer rootsMatt Stauffer: Joined board for broader perspective distributionJames Titcumb: Working hard on Pi (Pickle replacement) with Composer integrationPi Progress: Works with Composer, no need for separate package management Security Stories
Maintainer account compromised, malware publishedCaught and patched in under 3 hoursMassive blast radius potential (widely-used HTTP client)Question raised: Why doesn’t this happen more in PHP?PHP’s Git Server Compromise (2021):
Vulnerability in GitDev web view allowed commits as Rasmus and NikitaObvious exploit code caught quicklyResponse: Migrated to GitHub, introduced code review processesTransparency: Public video explaining what happened and remediation PHP Happiness
A counterpoint to “PHP Sadness” – celebrating what’s great about modern PHP:
Enums, types, attributes, match expressions, named argumentsSara’s take: PHP 3, 4, and 5 were already pretty awesomeJoe’s journey: Perl → PHP 5 (skipping PHP 4 pain)The evolution: Each version has been a meaningful improvementThe vibe: Don’t forget that PHP has always been good at what it does Memorable Quotes
“Code laundering” – describing AI rewriting leaked source code into other languages
“GitHub’s got their nines back – they just start with an eight now” – on 89.99% uptime
“I’m worried a trench coat full of three Claude bots is going to replace me” – Joe on AI anxiety
“I have way too much of Unicode in my head because of PHP 6” – Sara
“This podcast is not brought to you by any LLM ever”
Upcoming Events
php[tek] 2026 – May 19, ChicagoJoe: “My number one favorite conference”Sara: “Would totally be there if I weren’t moving out of the country”Also featuring JS[tek] track for JavaScript developers Connect & Hire
PHP Architect Website
Twitter/X
Mastodon
Hire PHP Developers
Looking to hire PHP developers? Email [email protected] – Joe and the team are available for consulting, infrastructure work, Ansible playbooks, and code review.
Resources Mentioned
PHP GitHub OrganizationPHP People DirectoryPHP Main Sitephp-web Repositoryphp-src RepositoryPHPC Social (Mastodon)php[tek] 2026Displace TechnologiesPartner
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.
Put Your Technical Debt on Autopay with PHPScore
Cut code review time & bugs in half instantly with CodeRabbit.
Music Provided by Epidemic Sound
https://www.epidemicsound.com/
The Official Podcast of PHP Architect
The post The PHP Podcast 2026.04.02 appeared first on PHP Architect.