• Paul Yang's avatar
    Adopt php_metadata_namespace in php code generator (#4622) · d8483a92
    Paul Yang authored
    * Adopt php_metadata_namespace in php code generator
    
    The php_metadata_namespace is corresponded to the relative directory of
    the metadata file. e.g., previously, the metadata file of foo.proto was
    GPBMetadata/Foo.php. If the php_metadata_namespace is "Metadata\\Bar",
    the metadata file will be Metadata/Bar/Foo.php.
    
    * Handle empty php_metadata_namespace
    d8483a92
test_no_namespace.proto 249 Bytes