Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions src/_posts/languages/php/2000-01-01-start.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: PHP on Scalingo
nav: Introduction
modified_at: 2022-11-02 17:00:00
modified_at: 2022-12-12 17:00:00
tags: php
index: 1
---
Expand Down Expand Up @@ -35,8 +35,9 @@ The following PHP versions are compatible with the platform:
* **7.2** (up to 7.2.34, only for scalingo-18)
* **7.3** (up to 7.3.33, only for scalingo-18)
* **7.4** (up to 7.4.32)
* **8.0** (up to 8.0.25)
* **8.1** (up to 8.1.12)
* **8.0** (up to 8.0.26)
* **8.1** (up to 8.1.13)
* **8.2** (up to 8.2.0)

### Select a Version

Expand Down
15 changes: 15 additions & 0 deletions src/changelog/buildpacks/_posts/2022-12-12-php-8.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
modified_at: 2022-12-12 17:00:00
title: 'PHP - Support of versions 8.2.0, 8.1.13 and 8.0.26'
github: 'https://github.com/Scalingo/php-buildpack'
---

Release notes:

* [PHP 8.2.0 Release](https://www.php.net/releases/8.2/en.php)

Changelogs:

* [PHP 8.2.0 Changelog](https://www.php.net/ChangeLog-8.php#8.2.0)
* [PHP 8.1.13 Changelog](https://www.php.net/ChangeLog-8.php#8.1.13)
* [PHP 8.0.26 Changelog](https://www.php.net/ChangeLog-8.php#8.0.26)