Closed MalikWilliams1greher closed 7 months ago
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
You'll see that the last changelog entry before the switch to PHP8 was Install nginx version from 3.14.
. If you search against the repo you'll see https://github.com/linuxserver/docker-nginx/pull/81 and that "This pull request first appeared in 1.20.2-r1-ls179" and there's your tag (there will be more between that and the PHP8 rebase but honestly at this age of image there's going to be little benefit in being a couple of tags more recent).
As above you absolutely should not be using a long EOL version of PHP in production but there tag is there nonetheless.
You'll see that the last changelog entry before the switch to PHP8 was
Install nginx version from 3.14.
. If you search against the repo you'll see #81 and that "This pull request first appeared in 1.20.2-r1-ls179" and there's your tag (there will be more between that and the PHP8 rebase but honestly at this age of image there's going to be little benefit in being a couple of tags more recent).As above you absolutely should not be using a long EOL version of PHP in production but there tag is there nonetheless.
Is there a LTS version for php 7.4?
Is this a new feature request?
Wanted change
I need to deploy an application using php 7.4 (php8 is not supported in this program). Since linuxserver/nginx has been updated to 8.3 and hundreds of versions, how do I quickly find a historical version that supports 7.4?
Reason for change
I'd like to find the latest old version, please.
Proposed code change
No response