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 using array_key_exists() on objects, it is deprecated in PHP 7.4 #3097

Merged
merged 1 commit into from Aug 2, 2019

Conversation

nicolas-grekas
Copy link
Contributor

Found as part of symfony/symfony#32844

@fabpot
Copy link
Contributor

fabpot commented Aug 2, 2019

Thank you @nicolas-grekas.

@fabpot fabpot merged commit d0550b7 into twigphp:1.x Aug 2, 2019
fabpot added a commit that referenced this pull request Aug 2, 2019
…n PHP 7.4 (nicolas-grekas)

This PR was merged into the 1.x branch.

Discussion
----------

Fix using array_key_exists() on objects, it is deprecated in PHP 7.4

Found as part of symfony/symfony#32844

Commits
-------

d0550b7 Fix using array_key_exists() on objects, it is deprecated in PHP 7.4
@nicolas-grekas nicolas-grekas deleted the php74 branch August 21, 2019 19:44
@alcaeus
Copy link

alcaeus commented Aug 24, 2019

@fabpot @nicolas-grekas when will this be released? This is holding up PHP 7.4 compatibility for DoctrineBundle.

@fabpot
Copy link
Contributor

fabpot commented Aug 24, 2019

@alcaeus I've just released a new version of 1.x.

@alcaeus
Copy link

alcaeus commented Aug 24, 2019

Thank you! ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants