Skip to content

Commit 74defc0

Browse files
authored
[documentation] Bump PHP latest version
1 parent 3765bd4 commit 74defc0

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ln -s $BINDIR/php $BINDIR/php8.0
2929

3030
Based on the multi-call binary principle (as the well-known [BusyBox](https://busybox.net/about.html) project) , each `php<version>` **<sup>(1)</sup>** file is just a symlink pointing to the main [`php`](php) entrypoint script: PHP version is deduced from the invoked filename.
3131

32-
> _**<sup>(1)</sup>** If invoked without any suffix, the default version will be used: either the [`PHP_VERSION`](#customizing) env var (if set), the latest GA release (currently 8.3) otherwise._
32+
> _**<sup>(1)</sup>** If invoked without any suffix, the default version will be used: either the [`PHP_VERSION`](#customizing) env var (if set), the latest GA release (currently 8.4) otherwise._
3333
3434
Hence, adding support for a PHP version is dead-simple: just create a new `php<version>` **<sup>(2)</sup>** symlink to the main [`php`](php) script.
3535

@@ -58,7 +58,8 @@ Zend Engine v3.4.0, Copyright (c) Zend Technologies
5858
`8.0`,
5959
`8.1`,
6060
`8.2`,
61-
> `8.3`_
61+
`8.3`,
62+
> `8.4`_
6263
6364
## Examples
6465

@@ -89,7 +90,7 @@ _The following environment variables allow to fine-tune the PAW script behaviour
8990

9091
Name|Description|Fallback value
9192
---|---|---
92-
`PHP_VERSION`|The default version to use for `PHP`|`8.3`
93+
`PHP_VERSION`|The default version to use for `PHP`|`8.4`
9394
`PAW_IMAGE`|PHP docker image to leverage|[`yannoff/php-fpm`](https://github.com/yannoff/docker-php-fpm) **<sup>(3)</sup>**
9495
`PAW_DEBUG`|If set, turn on debug mode|-
9596

0 commit comments

Comments
 (0)