Skip to content

zend_get_constant_ex() - remove commented out handling of class constants #15728

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

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

DanielEScherzer
Copy link
Member

Was factored out into a dedicated method, zend_get_class_constant_ex(), back in 2021 (4dcde9c) but instead of removing the old logic it was just commented out. If it hasn't been needed since 2021, it should be safe to remove.

…stants

Was factored out into a dedicated method, `zend_get_class_constant_ex()`, back
in 2021 (4dcde9c) but instead of removing the
old logic it was just commented out. If it hasn't been needed since 2021, it
should be safe to remove.
@cmb69
Copy link
Member

cmb69 commented Sep 3, 2024

Since the code was commented out by @dstogov, maybe he wants to have a look.

Copy link
Member

@dstogov dstogov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see problems removing this.

@iluuu1994 iluuu1994 merged commit d552fbd into php:master Sep 4, 2024
10 checks passed
@iluuu1994
Copy link
Member

Thanks @DanielEScherzer!

@DanielEScherzer DanielEScherzer deleted the constant-commented branch September 4, 2024 21:22
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.

4 participants