Protobuf: PHP nested types not found in descriptor pool

Created on 7 Jun 2018  路  1Comment  路  Source: protocolbuffers/protobuf

Upgrading to protobuf 3.6.0 causes existing protobuf classes that use the "_" separator for nested types to not be found in the descriptor pool. This breaks any users of PHP protobuf that have nested message types and upgrade to 3.6.0

cc @TeBoring @bshaffer

bug php

Most helpful comment

In GPBUtil::getFullClassName, we should still use old class name. I am having a quick fix.

>All comments

In GPBUtil::getFullClassName, we should still use old class name. I am having a quick fix.

Was this page helpful?
0 / 5 - 0 ratings