Skip to content

Fix #72941: Modifying bucket->data by-ref has no effect any longer #6096

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 3 commits into from

Conversation

cmb69
Copy link
Member

@cmb69 cmb69 commented Sep 8, 2020

To match the PHP 5 behavior, we have to explicitly cater to data
being a reference.


Given that this regression has been introduced in PHP 7.0.0, that the bug report didn't get much traction, and that using references here might not be the best idea anyway, I'm fine with treating the ticket as doc issue.

To match the PHP 5 behavior, we have to explicitly cater to `data`
being a reference.
@cmb69 cmb69 added the Bug label Sep 8, 2020
@php-pulls php-pulls closed this in 5dcb8f2 Sep 8, 2020
@cmb69 cmb69 deleted the cmb/72941 branch September 8, 2020 16:13
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