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

Fix compatibility for PHP 8☠ #6260

Closed
wants to merge 1 commit into from

Conversation

NathanMontois
Copy link

No description provided.

@tenzap
Copy link
Contributor

tenzap commented Jan 11, 2024

AFAIK ci3 must remain compatible with php 5.6 (maybe 5.4?)

@pocketarc
Copy link

pocketarc commented Jan 11, 2024

@tenzap Good call. Adding symfony/polyfill could be an option; it'd handle this and enable the use of more recent PHP functions in other parts of the system.

Edit: Alternatively, spl_object_hash() is PHP 5.2+, and would probably be the best option.

@gxgpet
Copy link
Contributor

gxgpet commented Feb 10, 2024

Hi there.

If you could check the fix provided in #6264, it would be much appreciated. If you find anything faulty, please leave a comment there.

@gxgpet gxgpet closed this Feb 10, 2024
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.

4 participants