PHP 8.2.0-RC4
We would like to inform about the availability of the newest test version of PHP 8.2. Binary in SSH is available under the command: php82. To switch the website to the new PHP version -- add in the .htaccess file (if there is no file, create one):
AddType application/x-httpd-php82 .php
After switching the PHP version, be sure to test the running scripts for correct operation.
Node.js v18
Another new feature is Node.js v18.
On SSH level is possible to use it under commands: node18 and npm18.
For sites, just choose Node v18 from Node.js versions during creating a vhost from web panel or by SSH command:
devil www add DOMAIN nodejs /usr/local/bin/node18 ENVIRONMENT
where DOMAIN is the site's address and ENVIRONMENT one of: production, staging, development or test.