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
In GPBUtil::getFullClassName, we should still use old class name. I am having a quick fix.
Most helpful comment
In GPBUtil::getFullClassName, we should still use old class name. I am having a quick fix.