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

Fixed PHP SEGV when constructing messages from a destructor. #8969

Merged
merged 3 commits into from Sep 13, 2021

Conversation

haberman
Copy link
Member

This also fixes the keep_descriptor_pool_after_request option, which was not working properly.

One effect of this PR is to formally forbid users from constructing their own DescriptorPool instances. It isn't possible to support this due to the way that our class name mappings rely on global state. This never truly worked previously anyway.

Fixes: #8454

I suspect this may also fix #8786

This also fixes the keep_descriptor_pool_after_request option, which
was not working properly.
@haberman haberman merged commit 39dc8ad into protocolbuffers:3.18.x Sep 13, 2021
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