PHP 7.4 Update for Linux

Marcos Feliciano 1 Reputation point
2020-08-12T15:52:18.447+00:00

How do I update PHP minor versions?

According to a previous post, the PHP minor version update for 7.4 (For Windows) would be rolled out to app services in February 2020.

At present time, August 2020, it is not available for Linux yet or either I was not able to fine any doc informing that, a web app I'm running in East US is still showing as version 7.2.13.

From command line az webapp list-runtimes --linux, I still don't see the version 7.4 available for Linux, only for Windows

Do I have to undertake any specific action for the minor version upgrade to roll out to my instance?

Apologies if this is documented somewhere, I've not been able to find or locate the relevant docs.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,933 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 19,151 Reputation points Moderator
    2020-08-12T23:06:07.4+00:00

    Hi @Marcos Feliciano ,

    You're correct, PHP 7.4 for Linux is not yet available. Also, 7.4 and 7.3 are actually "major" versions. 7.3.31 would be considered a minor version (the .31). There should be an announcement made on the App Service Team Blog when it becomes available for Linux.

    How to update your app to target a different version of PHP: The version of PHP provided by app service can be modified through the Azure Portal: Configuration>General Settings>Stack Settings>Minor Version

    Hope that helps.

    -Grace


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.