mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
a22171507a
* Typo from https://github.com/nextcloud/server/pull/52392 `0xFFFF` is only 2 bytes, but we need either `0xFFFFFFFF` or maybe a bit easier to read `PHP_INT_MAX`. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>