ProxmoxVE_PHP_API
ProxmoxVE_PHP_API copied to clipboard
Consider Upgrading PHP-CURL-CLASS to fix PHP 8.x warnings.
The PHP-CURL-CLASS version used is currently 8.x. But that passes an explicit null to preg_split as parameter #3 in the parseHeaders function.
Upgrade PHP-CURL-CLASS to 9.x to resolve this issue (it passes an explicit -1 instead of null).