PHP 8.4
The recently release version of PHP 8.4 has now been added as an option to the Hypernode platform!
You can upgrade your PHP version in the control panel or in the CLI using hypernode-systemctl settings php_version 8.4
.
To read about what was added and changed in this PHP version, go checkout the PHP 8.4 release announcement!
app@abcdef-example-magweb-cmbl:~$ php -v PHP 8.4.1 (cli) (built: Nov 25 2024 18:23:27) (NTS) Copyright (c) The PHP Group Zend Engine v4.4.1, Copyright (c) Zend Technologies with Zend OPcache v8.4.1, Copyright (c), by Zend Technologies
Composer 2.7
We added a the 2.7 option for the composer_version
setting. This allows you, for example, to go back to 2.7 from 2.x.
OpenSearch auto_create_index
Added setting opensearch_auto_create_index
for compatibility with Pimcore. The default value for this setting is True.
Varnish settings
Two new Varnish settings have been added:
varnish_http_resp_hdr_len
– Maximum length of any HTTP backend response header we will allowvarnish_http_resp_size
– Maximum number of bytes of HTTP backend resonse we will deal with