Skip to content

Fix #79665: ini_get() and opcache_get_configuration() inconsistency #5656

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

Closed
wants to merge 1 commit into from

Conversation

cmb69
Copy link
Member

@cmb69 cmb69 commented Jun 2, 2020

Overriding the given INI values in modifier callbacks is not possible,
so instead of enforcing "normalized" internal values, we just reject
the attempted changes.


I don't think we can fix this for PHP 7 for BC reasons.

@cmb69 cmb69 added the Bug label Jun 2, 2020
Overriding the given INI values in modifier callbacks is not possible,
so instead of enforcing "normalized" internal values, we just reject
the attempted changes.
@cmb69
Copy link
Member Author

cmb69 commented Jun 3, 2020

@dstogov, what do you think about this change?

@dstogov
Copy link
Member

dstogov commented Jun 3, 2020

I think, this is fine for master.

@cmb69
Copy link
Member Author

cmb69 commented Jun 3, 2020

Thanks! Applied as d23cd35.

@cmb69 cmb69 closed this Jun 3, 2020
@cmb69 cmb69 deleted the cmb/79665 branch June 3, 2020 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants