ProxmoxVE_PHP_API icon indicating copy to clipboard operation
ProxmoxVE_PHP_API copied to clipboard

Consider Upgrading PHP-CURL-CLASS to fix PHP 8.x warnings.

Open elindydotcom opened this issue 2 years ago • 0 comments

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).

elindydotcom avatar Aug 23 '22 04:08 elindydotcom