Debian: Difference between revisions
(Created page with "== Upgrading PHP 7.3 to 7.4 <pre>sudo systemctl stop php7.3-fpm sudo systemctl start php7.4-fpm</pre>") |
No edit summary |
||
Line 1: | Line 1: | ||
== Upgrading PHP 7.3 to 7.4 | == Upgrading PHP 7.3 to 7.4 == | ||
<pre>sudo systemctl stop php7.3-fpm | <pre>sudo systemctl stop php7.3-fpm | ||
sudo systemctl start php7.4-fpm</pre> | sudo systemctl start php7.4-fpm</pre> |
Latest revision as of 02:15, 15 September 2023
Upgrading PHP 7.3 to 7.4
sudo systemctl stop php7.3-fpm sudo systemctl start php7.4-fpm