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

[do not merge] Remove the special-case code that suppresses pure-PHP properties. #9930

Closed
wants to merge 1 commit into from

Commits on May 6, 2022

  1. Remove the special-case code that suppresses pure-PHP properties.

    There is a chance this may fix some SEGVs seen on PHP 8.1 when
    OPCache is enabled:
      protocolbuffers#9446 (comment)
    
    However this also will increase memory usage of PHP protos, and
    will likely introduce CPU overhead also.
    haberman committed May 6, 2022
    Configuration menu
    Copy the full SHA
    e962442 View commit details
    Browse the repository at this point in the history