protobuf 3.17.1

Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.


https://developers.google.com/protocol-buffers/

License: BSD-3-Clause

Changes

* Fixed PHP memory leaks and arginfo errors. (#8614)
* Fixed JSON parser to allow multiple values from the same oneof as long as
all but one are null.