You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
31
31
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._
33
33
34
34
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.
0 commit comments