PHP version 8.2.17 upgrade timescale

Matt Haigh 0 Reputation points
2024-06-21T11:00:51.6766667+00:00

Does anyone know when PHP version 8.2.17 will be upgraded for the Linux App Service? Theres a number of known vulnerabilities with version 8.2.17, version 8.2.20 is required for remediation.

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

1 answer

Sort by: Most helpful
  1. Sreeju Nair 12,666 Reputation points
    2024-06-25T13:27:23.7133333+00:00

    Based on my understanding, Azure App Service supports PHP version 8.3 already. See the below Url that shows the supported PHP versions.

    https://github.com/Azure/app-service-linux-docs/blob/master/Runtime_Support/php_support.md#php-8

    You can check the runtimes from the CLI command. I just ran the command and it shows the available versions, and it include 8.3

    User's image

    You can sent the php version by the CLI command

    https://learn.microsoft.com/en-us/azure/app-service/configure-language-php?pivots=platform-linux#set-php-version

    Hope this helps

    0 comments No comments

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.