LimeSurvey: master 66652092

Author Committer Branch Timestamp Parent
Ayesh Karunaratne GitHub master 2024-01-24 16:59:34 master 80c30d4f
Changeset

Dev Curl CURLOPT_BINARYTRANSFER deprecated (#3701)

Dev 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: - PHP.Watch - PHP 8.4 - Curl: CURLOPT_BINARYTRANSFER deprecated

mod - application/models/UpdateForm.php Diff File