PHP
“A popular general-purpose scripting language especially suited to web development” — fast, flexible and pragmatic, per php.net, powering everything from personal blogs to the largest sites in the world. The front page is mostly a release board (all of it re-verified 2026-08-06, unchanged): PHP 8.5.9 stable (30 July 2026), with 8.4.24, 8.3.33 and 8.2.33 receiving security releases the same day, and 8.6.0 Alpha 3 in test ahead of a beta planned for 13 August 2026. Language features it foregrounds are the modern ones: fibers, generators, attributes, enumerations, namespaces, exceptions and object orientation. Governance runs through the PHP Group and a public RFC process, with the PHP Foundation funding sustained work.
T1 — first-party, and the least promotional page in the founding set: most of what it asserts is version numbers and dates, which are checkable and which decay.
What the release board says
Four supported branches getting simultaneous security releases is a maintenance posture, not a feature list, and it is the clearest statement in the founding corpus of a language whose problem is the installed base. The features PHP advertises — enums, attributes, fibers — are the ones every modern language has; the thing it actually demonstrates is the ability to add them to a language that cannot break the web.
That makes it the corpus’s counterexample on two axes. language-governance: PHP’s RFC process is the only public, documented path from proposal to language change among these eight, which sits oddly against its reputation and against the corporate stewardship of go and clojure. And concurrency-model: fibers are cooperative concurrency added to an execution model built around one request at a time, which is a retrofit where go and elixir were designed around theirs.
The comparison this corpus cannot make. PHP’s reputation is a claim about code written years ago in older versions; the page describes the language as it is now. Nothing here can weigh those against each other, and a front page is the wrong instrument for it.
Related
programming-language · language-governance · concurrency-model · nodejs · synthesis