dep-protobuf/php/src
Tony Liao 49b3b186f5 Support custom JSON enum names in PHP
This CL adds support for the Edition 2026 custom JSON enum name feature (pb.enumvalue.json) in PHP Protobuf.

Note that we don't need extension caching similar to C++ or Java because our PHP code generator collects custom JSON names at protoc compile time and passes them to DescriptorPool::internalAddGeneratedFile(), populating EnumValueDescriptor and EnumDescriptor during descriptor registration.

Tested with PHP unit tests across pure-PHP and C-extension modes.

PiperOrigin-RevId: 963411589
2026-08-13 11:44:09 -04:00
..
Google/Protobuf Support custom JSON enum names in PHP 2026-08-13 11:44:09 -04:00
GPBMetadata/Google/Protobuf Auto-generate files after PR #25201 2026-05-05 15:31:24 +00:00
phpdoc.dist.xml Check in php implementation. (#2052) 2016-09-15 11:09:01 -07:00