Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGFIX] avoid casting large integer #447

Merged
merged 1 commit into from
Oct 16, 2023
Merged

[BUGFIX] avoid casting large integer #447

merged 1 commit into from
Oct 16, 2023

Conversation

achimfritz
Copy link
Contributor

For large tt_content uids the dataColPos for v12 can get larger than PHP_INT_MAX on 32-bit systems

we can simple return a string in this method

Fixes: #443

For large tt_content uids the dataColPos for v12 can get
larger than PHP_INT_MAX on 32-bit systems

we can simple return a string in this method

Fixes: #443
@achimfritz achimfritz requested a review from bmack October 11, 2023 05:33
@achimfritz achimfritz merged commit 94f595e into master Oct 16, 2023
17 checks passed
@achimfritz achimfritz deleted the bugfix/issue-443 branch October 16, 2023 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drag & Drop v12
2 participants