Skip to content

[stable30] fix(32bit): use PHP_INT_MAX where needed - #52513

Merged
susnux merged 2 commits into
stable30from
backport/52402/stable30
Apr 29, 2025
Merged

[stable30] fix(32bit): use PHP_INT_MAX where needed#52513
susnux merged 2 commits into
stable30from
backport/52402/stable30

Conversation

@backportbot

@backportbotbackportbotBot commented Apr 28, 2025

Copy link
Copy Markdown

The `P` formatter is 64bit only - we need to manually pack the 64bit.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Typo from #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>
@backportbotbackportbotBot added bug 3. to review Waiting for reviews feature: 32bits Bug specific to 32bits architectures labels Apr 28, 2025
@backportbotbackportbotBot added this to the Nextcloud 30.0.11 milestone Apr 28, 2025
@susnux
susnux merged commit 35dc74b into stable30Apr 29, 2025
@susnux
susnux deleted the backport/52402/stable30 branch April 29, 2025 06:54
@blizzzblizzz mentioned this pull request May 5, 2025
10 tasks
@nextcloud-botnextcloud-bot mentioned this pull request Sep 18, 2025
@nextcloud-botnextcloud-bot mentioned this pull request Sep 25, 2025
2 tasks
@blizzzblizzz mentioned this pull request Oct 14, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviewsbugfeature: 32bitsBug specific to 32bits architectures

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@AndyScherzinger@susnux