---
title: "Drupal Status Report page does not display the correct PHP version"
date: "2022-03-15T23:28:37+00:00"
summary:
image:
type: "article"
url: "/acquia-cloud-platform/help/92131-drupal-status-report-page-does-not-display-correct-php-version"
id: "7d1e36d3-0f47-457f-8c86-01912de3d236"
---

When accessing the `admin/reports/status` page, the PHP version displayed is not the one selected in your Cloud UI, e.g. you can see `PHP 7.1` on this page:  
  

![PHP version 7.1 with a memory limit of 128M, displayed alongside a PHP logo.](https://acquia.widen.net/content/a1f52ebe-7050-4f86-b202-f027830a888f/web/ka06g000001twfJ00N6g00000VCdgi0EM6g000002X1DF.png)

... whereas the version `PHP 7.3` is selected on your Cloud UI as you can see on `admin/reports/status/php`  
  

![Banner displaying "PHP Version 7.3.18" on a purple background with the PHP logo on the right.](https://acquia.widen.net/content/1a2a03f3-c4c1-48f2-b648-eb5513cc04d6/web/ka06g000001twfJ00N6g00000VCdgi0EM6g000002X1DO.png)

This might be caused by some contrib module(s) requiring a specific version of PHP, e.g. the [Trailing Slash](https://www.drupal.org/project/trailing_slash) module (at least until the version 8.x-1.0) which contains in its `.module` file the following

    define('TRAILING_SLASH_MINIMUM_PHP', '7.1');