Hey
CWP version: 0.9.8.11
Page: /index.php?module=php_selector
I have "PHP 7.x Installed" at "/opt/alt/php7/usr/bin"
# /opt/alt/php7/usr/bin/php -r "echo phpversion();"
7.1.0-dev
but
# php -r "echo phpversion();"
5.4.45
I'm trying to set php7 as default. Adding:
AddHandler application/x-httpd-php7 .php
to .htaccess doesnt work - still "5.4" on page. What is the best way to replace PHP to 7 ?
Thanks in advance for help!