PHP SRC

Here are all the posts tagged PHP SRC.

April 1, 2025 • 1 min read

🧪 PHP being written in... PHP?

A recent PoC (proof of concept) in PHP's Core caught my attention: implementing internal functions using pure PHP, instead of C. Link to the proposal (PoC): PR 18204. A practical example was...


November 28, 2022 • 6 min read

Be determined to solve challenging problems in Programming

This article is meant to share an experience I recently had, to show that persistence and communication are sometimes even more important than technical knowledge itself. I was stuck on a task...