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

[Cache] Accessing undefined constants raises an Error in php8 #36917

Merged

Conversation

derrabus
Copy link
Member

Q A
Branch? 3.4
Bug fix? yes
New feature? no
Deprecations? no
Tickets #36872
License MIT
Doc PR N/A

Calling constant() for an undefined constant will raise an Error on php 8. This PR adjust the Memcached tests to this new behavior.

@derrabus derrabus force-pushed the bugfix/undefined-memcached-constant branch from 0feeb9e to 49fd0ef Compare May 23, 2020 09:57
@nicolas-grekas nicolas-grekas added this to the 3.4 milestone May 23, 2020
@nicolas-grekas
Copy link
Member

Thank you @derrabus.

@nicolas-grekas nicolas-grekas merged commit 6e368f1 into symfony:3.4 May 23, 2020
@derrabus derrabus deleted the bugfix/undefined-memcached-constant branch May 23, 2020 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants