You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the current php implementation generates multiple classes per file. Please allow an option similar to option java_multiple_files = true; to split each generated class out into its own file.
It seems that the current
php
implementation generates multiple classes per file. Please allow an option similar tooption java_multiple_files = true;
to split each generated class out into its own file.This will comply with http://www.php-fig.org/psr/psr-0/ and http://www.php-fig.org/psr/psr-4/ autoloading directive that:
The previous conventional protobuf implementation allowed an
option (php.multifile) = true;
directive, documented at https://drslump.github.io/Protobuf-PHP/protobuf-php.5.html which helped with this. Without this, users of this library who desire compliant conventional classloading will be forced to continue usingv3.0.0
with a different library, such as https://github.com/stanley-cheung/Protobuf-PHP.The text was updated successfully, but these errors were encountered: