Install a specific PHP patch/minor version? #2014
Unanswered
jaydrogers
asked this question in
Q&A
Replies: 1 comment 7 replies
-
Theoretically you could do something like this with APT pinning the correct version you want, but this won't work here. With every new version the older versions packages get deleted, so you cannot download them anymore. So the only thing you could do is, when you've already have the version you want installed, put an APT hold on it to prevent it from getting updated. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I searched Google, asked on Twitter, searched the issue/discussions, and I could not find a clear answer.
👉 Is it possible to install a PHP version down to the patch/minor number?
For example:
8.2.9
vs8.2.8
I read Installing and maintaining a specific version release and Managing Multiple Versions but I could not find a clear answer.
My assumption
Use case
I maintain open source PHP Docker images that use this PPA to install PHP. A handful of users have requested pinning to the minor version for better stability.
Beta Was this translation helpful? Give feedback.
All reactions