From 05af5daa263356d687d1b5d6badbcefb4ef6187c Mon Sep 17 00:00:00 2001 From: Ernesto Serrano Date: Sun, 7 Jun 2026 08:42:20 +0100 Subject: [PATCH] Remove PHP from supported languages list Remove PHP as is not more supported by Pages Build image --- src/content/docs/pages/configuration/build-image.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/pages/configuration/build-image.mdx b/src/content/docs/pages/configuration/build-image.mdx index d2c7006afeb..cf0af55afc6 100644 --- a/src/content/docs/pages/configuration/build-image.mdx +++ b/src/content/docs/pages/configuration/build-image.mdx @@ -14,7 +14,7 @@ import { DashButton, } from "~/components"; -Cloudflare Pages' build environment has broad support for a variety of languages, such as Ruby, Node.js, Python, PHP, and Go. +Cloudflare Pages' build environment has broad support for a variety of languages, such as Ruby, Node.js, Python, and Go. If you need to use a [specific version](#override-default-versions) of a language, (for example, Node.js or Ruby) you can specify it by providing an associated environment variable in your build configuration, or setting the relevant file in your source code. @@ -142,4 +142,4 @@ To maintain a specific version and avoid automatic updates, [override the defaul To avoid unexpected build failures: - **Monitor announcements** via the [Cloudflare Changelog](https://developers.cloudflare.com/changelog/), dashboard notifications, and email - **Plan for migration** when you receive update notices -- **Pin specific versions** of critical preinstalled software by [overriding default versions](/pages/configuration/build-image/#override-default-versions) \ No newline at end of file +- **Pin specific versions** of critical preinstalled software by [overriding default versions](/pages/configuration/build-image/#override-default-versions)