Skip to main content

Pantheon release notes

Your destination for staying informed about our latest innovations and product updates.
Subscribe to RSS feed
Infrastructure
April 14, 2026

Starting today, all Test and Live environments that have not yet been upgraded to PHP Runtime Generation 2 will be auto-upgraded over the course of this week. Opting out is no longer available.

After this week, PHP Runtime Generation 1 will no longer be available on the platform.

Action Required

If you experience any issues following the upgrade, please review the Known Changes and Requirements and contact support for assistance.

April 6, 2026

Starting today, all Dev and Multidev environments that have not yet been upgraded to PHP Runtime Generation 2 will be auto-upgraded over the course of this week. Opting out is no longer available.

What's next?

  • April 13, 2026: Auto-upgrades will begin for Test and Live environments

We strongly recommend using this week to verify your site on Dev and Multidev before Test and Live environments are upgraded.

Action Required

If you have not already reviewed your site's compatibility with Generation 2, please check the Known Changes and Requirements and address any issues in your Dev or Multidev environments this week.

April 6, 2026

PHP 8.5 is now available on the Pantheon platform. You can set PHP 8.5 as the version to use for your site via your pantheon.yml file.

Key changes in PHP 8.5:

  • OPcache is now built into PHP core and no longer requires a separate extension package.
  • Pipe operator (|>) for improved function chaining.
  • curl_close() and imagedestroy() are deprecated but remain functional. These will emit deprecation notices but do not affect site behavior.

For more information on supported PHP versions and how to upgrade, refer to PHP on Pantheon.

April 2, 2026

Tika config support for disabling OCR

Tika 3 enables OCR (Optical Character Recognition) via Tesseract by default, which can significantly increase processing times for PDFs and image-based documents. A bundled tika-config.xml is now available on all Pantheon environments to disable OCR:

Pass it to Tika using the --config flag:

See External Libraries: Apache Tika for details.

Search API Attachments module update for Drupal

Drupal sites using the Search API Attachments module can now disable OCR directly from the admin UI. Version 10.0.8 adds a Path to Tika configuration file field at /admin/config/search/search_api_attachments. Set it to /opt/pantheon/tika/tika-config.xml

Tika 1.x no longer available starting April 28, 2026

Tika 1.18 and 1.21 are being removed from the platform:

  • April 28, 2026tika_version: 1 in pantheon.yml will be ignored. Sites will automatically use Tika 3.
  • May 12, 2026tika_version: 1 in pantheon.yml will be rejected.
April 2, 2026

PHP version 8.4.19 is now available on the platform. This update includes bug fixes and enhancements that improve performance and stability. Updates will be applied automatically over the next few days, so no manual action is required.

PHP 8.4 is only available with the new PHP Runtime Generation 2.

March 11, 2026

Pantheon is announcing a PHP version removal schedule. The following PHP versions will be removed from the platform on September 30, 2026:

  • PHP 5.6
  • PHP 7.0
  • PHP 7.1
  • PHP 7.2 (End of Sale: May 1, 2026)
  • PHP 7.3 (End of Sale: May 1, 2026)
  • PHP 8.0 (End of Sale: May 1, 2026)

PHP 5.6, 7.0, and 7.1 are already end-of-sale. PHP 7.2, 7.3, and 8.0 will reach end-of-sale on May 1, 2026, meaning no new sites can be created with these versions after that date.

Additionally, PHP 8.1 will reach end-of-sale on September 30, 2026, with a removal date to be announced at least 9 months in advance.

What happens when a PHP version is removed?

Sites still running a removed PHP version will be automatically upgraded to the oldest available PHP version at the time of removal. If your site's software has not been updated for compatibility, this may result in broken functionality.

What to expect going forward

Pantheon will guarantee at least 9 months of advance notice before removing any PHP version from the platform. Refer to the PHP version lifecycle table for the latest schedule.

Action required

If your site is running PHP 5.6, 7.0, 7.1, 7.2, 7.3, or 8.0, upgrade to a recommended PHP version before September 30, 2026 to avoid disruption. We recommend PHP 8.3 or 8.4 for all production sites.

For guidance on upgrading, refer to Upgrade PHP Versions.

March 10, 2026

The IBM i Access ODBC driver is now available in PHP Runtime Generation 2.

To connect, use odbc_connect()
For more information on available PHP extensions and runtime configuration, refer to the PHP Runtime Generation 2 documentation.

March 6, 2026

The sqlsrv and pdo_sqlsrv PECL extensions (v5.13.0) are now available for PHP 8.3 and 8.4. This gives sites native SQL Server connectivity beyond the existing ODBC driver support.

Additionally, Microsoft ODBC Driver 17 and 18 for SQL Server are now installed for PHP 8.2 and later.

For more information on available PHP extensions and runtime configuration, refer to the PHP Runtime Generation 2 documentation.