owncloud/core

View on GitHub
changelog/10.11.0_2022-08-23/40065

Summary

Maintainability
Test Coverage
Bugfix: get file size using cURL on Ubuntu 20.04 and 22.04

Local file size using the php-curl functions did not work on Ubuntu 20.04 or 22.04.
The code has been enhanced so that the file size can be determined using php-curl
on these operating system releases.

https://github.com/owncloud/core/pull/40065