From 4fa2981cca15d20279e32870e7aa9ba61b7d38a7 Mon Sep 17 00:00:00 2001 From: Tulika Chaudharie Date: Fri, 10 Apr 2026 15:09:21 +0530 Subject: [PATCH 1/3] blog for php 8.5 --- _posts/2026-04-10-php85-available.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 _posts/2026-04-10-php85-available.md diff --git a/_posts/2026-04-10-php85-available.md b/_posts/2026-04-10-php85-available.md new file mode 100644 index 0000000000..df2e77c346 --- /dev/null +++ b/_posts/2026-04-10-php85-available.md @@ -0,0 +1,18 @@ +--- +title: "PHP 8.5 is now available on Azure App Service for Linux" +author_name: "Tulika Chaudharie" +toc: true +toc_sticky: true +--- + +PHP 8.5 is now available on Azure App Service for Linux across all public regions. You can create a new PHP 8.5 app through the Azure portal, automate it with the Azure CLI, or deploy using ARM/Bicep templates. + +PHP 8.5 brings several useful runtime improvements. It includes **better diagnostics**, with fatal errors now providing a backtrace, which can make troubleshooting easier. It also adds the **pipe operator (|>)** for cleaner, more readable code, along with broader improvements in syntax, performance, and type safety. You can take advantage of these improvements while continuing to use the deployment and management experience you already know in App Service. + +For the full list of features, deprecations, and migration notes, see the official PHP 8.5 release page: +[https://www.php.net/releases/8.5/en.php](https://www.php.net/releases/8.5/en.php) + +### Getting started + +1. [Create a PHP web app in Azure App Service](https://learn.microsoft.com/en-us/azure/app-service/quickstart-php?tabs=cli&pivots=platform-linux) +2. [Configure a PHP app for Azure App Service](https://learn.microsoft.com/en-us/azure/app-service/configure-language-php?pivots=platform-linux) \ No newline at end of file From 2812b717347bc9879ff7c1bd5e5ba0c490d2a25e Mon Sep 17 00:00:00 2001 From: Tulika Chaudharie Date: Fri, 10 Apr 2026 15:21:46 +0530 Subject: [PATCH 2/3] fixed the markdown --- _posts/2026-04-10-php85-available.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2026-04-10-php85-available.md b/_posts/2026-04-10-php85-available.md index df2e77c346..e9557aa190 100644 --- a/_posts/2026-04-10-php85-available.md +++ b/_posts/2026-04-10-php85-available.md @@ -7,7 +7,7 @@ toc_sticky: true PHP 8.5 is now available on Azure App Service for Linux across all public regions. You can create a new PHP 8.5 app through the Azure portal, automate it with the Azure CLI, or deploy using ARM/Bicep templates. -PHP 8.5 brings several useful runtime improvements. It includes **better diagnostics**, with fatal errors now providing a backtrace, which can make troubleshooting easier. It also adds the **pipe operator (|>)** for cleaner, more readable code, along with broader improvements in syntax, performance, and type safety. You can take advantage of these improvements while continuing to use the deployment and management experience you already know in App Service. +PHP 8.5 brings several useful runtime improvements. It includes **better diagnostics**, with fatal errors now providing a backtrace, which can make troubleshooting easier. It also adds the **pipe operator (`|>`)** for cleaner, more readable code, along with broader improvements in syntax, performance, and type safety. You can take advantage of these improvements while continuing to use the deployment and management experience you already know in App Service. For the full list of features, deprecations, and migration notes, see the official PHP 8.5 release page: [https://www.php.net/releases/8.5/en.php](https://www.php.net/releases/8.5/en.php) From 7d1ee978cfb65cb607de4ed75ee3204bdf8c678b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 10 Apr 2026 19:13:27 +0000 Subject: [PATCH 3/3] Remove /en-us/ segment from learn.microsoft.com URLs Agent-Logs-Url: https://github.com/Azure/AppService/sessions/0ea98736-7a96-4874-abdb-b60983704303 Co-authored-by: btardif <4119816+btardif@users.noreply.github.com> --- _posts/2026-04-10-php85-available.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2026-04-10-php85-available.md b/_posts/2026-04-10-php85-available.md index e9557aa190..2ed37dcb9d 100644 --- a/_posts/2026-04-10-php85-available.md +++ b/_posts/2026-04-10-php85-available.md @@ -14,5 +14,5 @@ For the full list of features, deprecations, and migration notes, see the offici ### Getting started -1. [Create a PHP web app in Azure App Service](https://learn.microsoft.com/en-us/azure/app-service/quickstart-php?tabs=cli&pivots=platform-linux) -2. [Configure a PHP app for Azure App Service](https://learn.microsoft.com/en-us/azure/app-service/configure-language-php?pivots=platform-linux) \ No newline at end of file +1. [Create a PHP web app in Azure App Service](https://learn.microsoft.com/azure/app-service/quickstart-php?tabs=cli&pivots=platform-linux) +2. [Configure a PHP app for Azure App Service](https://learn.microsoft.com/azure/app-service/configure-language-php?pivots=platform-linux) \ No newline at end of file