I'm using Ubuntu 18.04.6 LTS and I used the following commands to install php8.0
sudo add-apt-repository ppa:sergey-dryabzhinsky/php80
sudo apt-get install php8
after running php -v it's running the following version: PHP 8.0.24-SergeyD/2.3 (cli) ( NTS )
When I check in /var/run/php/ I can only see the following .sock files:
php7.2-fpm.sock
php7.2-fpm.pid
Why is the .sock file missing? How can I install it?