---
title: "Cloud Platform - November 17, 2024"
date: "2025-09-12T05:57:24+00:00"
summary: "Cloud Platform updates: PHP security patches, improved log forwarding, deployment identifiers, Memcached upgrade, and symlink fixes for PHP sessions."
image:
type: "announcement"
url: "/acquia-cloud-platform/release/2024-11-17/81266-cloud-platform-november-17-2024"
id: "a9bf9c81-ebb1-4c03-9e50-8b64818d97ea"
---

**Type**

**Related ticket**

**Release note**

change

PC-22787
========

Security patches are applied to PHP 8.1.30, 8.2.25, and 8.3.13.

CHANGE

NM-4673

\[**Cloud Next**\] The Cloud Platform user interface is updated to display detailed error logs and indicate the layer where log forwarding fails. For more information, visit [Common issues with log forwarding](/acquia-cloud-platform/common-issues-log-forwarding "Common issues with log forwarding").

CHANGE

NW-11674

\[**Cloud Next**\] In the [Acquia require line](https://docs.acquia.com/acquia-cloud-platform/manage-apps/code/require-line "https://docs.acquia.com/acquia-cloud-platform/manage-apps/code/require-line"), the `deployment_identifier` setting is set to the Git SHA of the deployed code followed by the `-from-scratch` string. For example, if the Git SHA of the deployed code is `abcdef012345`, the `deployment_identifier` setting is set as follows:

    $settings['deployment_identifier'] = 'abcdef012345-from-scratch';

CHANGE

NW-11530

\[**Cloud Next**\] Cloud Next environments are updated to use the Memcached version 1.6.32.

FIX

PC-22117

Symlinks broke in some of the Cloud Classic sites with the `php_sessions` directory when `php_sessions` were copied from Cloud Next to Cloud Classic.