protobuf

pecl install protobuf

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

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

Maintainer

  • Bo Yang (lead ) [inactive]
  • Protobuf Team (lead )
  • Protobuf Team (lead ) [inactive]

Details

Stars: 62226
Issue openned: 899
Downloads: 1170012
3.15.2
3 years ago
Request a build
Request to the website owner's team the built this extension with this parameters. The result is not guaranteed and can be impossible for many reasons. The extension source code is frequently not upto date with the most recent PHP version.
If you have another code source for this extension, provide it in comment.
Please (or register) to request a build.
Version 3.15.2 change log


New changes in 3.15.0:
* unregister INI entries and fix invalid read on shutdown (#8042)
* Fix PhpDoc comments for message accessors to include "|null". (#8136)
* fix: convert native PHP floats to single precision (#8187)
* Fixed PHP to support field numbers >=2**28. (#8235)
* feat: add support for deprecated fields to PHP compiler (#8223)
* Protect against stack overflow if the user derives from Message. (#8248)
* Fixed clone for Message, RepeatedField, and MapField. (#8245)
* Updated upb to allow nonzero offset minutes in JSON timestamps. (#8258)

requires:

  • php >=7.0.0
  • pearinstaller >=1.4.0