This repository has been archived by the owner on Jan 12, 2021. It is now read-only.
Releases: allegro/php-protobuf
Releases · allegro/php-protobuf
Generating has methods
v0.12.4 Generating has methods
Generating has methods
v0.11.3 Generating has methods
Removed incorrectly implemented group skipping
v0.12.3 Version 0.12.3
Ignoring groups when compiling
v0.12.2 Version 0.12.2
Fixed version information
v0.12.1 Fixed version information
PHP7 support
v0.12.0 README update
Forcing use of the php-protobuf for protoc >= 3
v0.11.2 Forcing use of the php-protobuf for protoc >= 3
Bug fixes
- nullable object fields,
- not skipping empty embedded message on serialization,
- fixed setting field values,
- fixed unset field default values
protoc plugin, repeated packed field support and many more
- adds a plugin for protoc to fully support Protocol Buffers syntax, including new kid in the block, syntax 3
- adds a generation of PSR-0 compliant PHP classes,
- adds a support for a repeated packed field,
- fixes the segmentation fault bug,
- makes the README more user-friendly,
- fixes the stub,
- removes the SplEnum usage because in fact it was only partial,
- adds a printDebugString operation.
Initial release
Merge pull request #20 from dcelasun/master Implement stub file for auto-complete support in IDEs