Skip to content

Conversation

@vmcj
Copy link
Member

@vmcj vmcj commented Dec 21, 2025

@nickygerritsen not sure if you already did this in another PR?

vmcj added 3 commits December 21, 2025 13:04
See:
- https://www.php.net/manual/en/migration85.deprecated.php
- https://php.watch/versions/8.5/boolean-double-integer-binary-casts-deprecated

Non-canonical cast names (boolean), (integer), (double), and (binary)
have been deprecated, use (bool), (int), (float), and (string) respectively.
See: https://www.php.net/manual/en/migration85.deprecated.php
The imagedestroy() function has been deprecated, as GdImage objects are freed automatically.
See: https://www.php.net/manual/en/migration85.deprecated.php
The finfo_close() function has been deprecated. As finfo objects are freed automatically.
@vmcj vmcj requested a review from nickygerritsen December 21, 2025 12:09
@nickygerritsen
Copy link
Member

I did but we can close it. Note that that PR contains more, which you might want to either apply here or in #3269. See #3280.

@vmcj vmcj added this pull request to the merge queue Dec 22, 2025
Merged via the queue into DOMjudge:main with commit 1476d6e Dec 22, 2025
40 checks passed
@vmcj vmcj deleted the php85_fixes branch December 22, 2025 08:36
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.

2 participants