Skip to content

Conversation

@asherkin
Copy link
Contributor

With opcache.protect_memory=1 enabled, the XML-RPC extension causes a
segfault on PHP 7.2 as it is modifying the recursion counter of objects
it touches, without first checking if they are immutable or not.

This doesn't affect 7.3+

Fixes bug #78173

With opcache.protect_memory=1 enabled, the XML-RPC extension causes a
segfault on PHP 7.2 as it is modifying the recursion counter of objects
it touches, without first checking if they are immutable or not.

This doesn't affect 7.3+

Fixes bug #78173
@cmb69
Copy link
Member

cmb69 commented Jun 18, 2019

Thanks! Applied as d54220b.

@cmb69 cmb69 closed this Jun 18, 2019
@asherkin
Copy link
Contributor Author

Thank you for the speedy merge!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants