server icon indicating copy to clipboard operation
server copied to clipboard

[PHP 8.4] Fix: Curl `CURLOPT_BINARYTRANSFER` deprecated

Open Ayesh opened this issue 1 year ago • 1 comments

The CURLOPT_BINARYTRANSFER PHP constant from the Curl extension was no-op since PHP 5.1, and is deprecated in PHP 8.4. This removes the constant usage to avoid the deprecation notice in PHP 8.4 and later.

Because this constant was no-op since PHP 5.1 (circa 2005), this change has no impact.

See:

Ayesh avatar Jan 16 '24 15:01 Ayesh

Hi @Ayesh, Thank you for contributing this pull request! Please sign the Kaltura CLA so we can review and merge your contribution. Learn more at http://bit.ly/KalturaContrib

kaltura-hooks avatar Jan 16 '24 16:01 kaltura-hooks