I have installed php 8.0.15 on my Debian 10 (GCP vm)
php -v
PHP 8.0.15 (cli) (built: Jan 29 2022 07:37:39) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.15, Copyright (c) Zend Technologies
with Zend OPcache v8.0.15, Copyright (c), by Zend Technologies
But my wordpress site still on php 7.4 I used a2dismod, a2enmod, apache2 restart - its doesnt help. What could be the problem? Thanks
