Studio-42 / elFinder

📁 Open-source file manager for web, written in JavaScript using jQuery and jQuery UI
https://studio-42.github.io/elFinder/
Other
4.64k stars 1.42k forks source link

[PHP 8.4] Fix: Curl `CURLOPT_BINARYTRANSFER` deprecated #3629

Closed Ayesh closed 8 months ago

Ayesh commented 8 months ago

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:

nao-pon commented 8 months ago

@Ayesh Thanks! 👍