-
Notifications
You must be signed in to change notification settings - Fork 15.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP and proto2 #3623
Comments
My expectation will be early next year.
…On Tue, Sep 12, 2017 at 07:37 Max van der Stam ***@***.***> wrote:
Hi,
At the time of writing, the PHP implementation of protobuf doesn't support
files written in proto2 format. Are there any plans on making the PHP
implementation backwards compatible with proto2 files?
Thanks!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3623>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AE9H5QHgEzi0epJQdOqzwqWbZwqA_wZwks5sho_ngaJpZM4PUszk>
.
|
Thank you @TeBoring, looking forward to it. 😃 |
Any updates on this at all? |
Any updates? |
The proto2 support work hasn't started yet as far as I can tell. Given that there are still quite some feature gaps and bugs in proto3 support, I wouldn't expect the proto2 work to start any time soon. |
looking forward to it |
2 similar comments
looking forward to it |
looking forward to it |
Yes please |
looking forward to it |
1 similar comment
looking forward to it |
Any update on this? Since all other packages are practically abandoned, there's currently no way to generate PHP classes from |
Any updates? |
Any updates? |
2 similar comments
Any updates? |
Any updates? |
Urgent need |
Any updates? |
Here is my attempt to add support for proto2 |
I too seem to need this. But I was wondering if anyone can suggest any alternatives. Essentially, I need to access the Google-standard transit protobuf GTFS Realtime Protobuf from a PHP server. As you can see, it's proto2 (and will not compile as proto3). Does anyone have any idea what the current solution is to use proto2 in PHP? |
@mjbaldwin There were PHP bindings as part of the gtfs-realtime-bindings project here: You can see how the bindings were generated here: ...but I made the decision to drop support because of the fact that PHP wasn't supported by the official Google protocol buffer tooling - it was too much to keep up with a variety of languages using 3rd party tooling. So, I too would like to see official support for PHP with proto2. |
This is truly unfortunate as protobuf3 is not compatible with protobuf2 when consuming external resources. While most things translate e.g. the default |
How is proto2 not supported yet. IT'S BEEN 6 YEARS! |
We triage inactive PRs and issues in order to make it easier to find active work. If this issue should remain active or becomes active again, please add a comment. This issue is labeled |
It should be active as the support is still not there. |
We triage inactive PRs and issues in order to make it easier to find active work. If this issue should remain active or becomes active again, please add a comment. This issue is labeled |
This issue is still active, please go away github-actions bot. 🙃 |
Hi,
At the time of writing, the PHP implementation of protobuf doesn't support files written in
proto2
format. Are there any plans on making the PHP implementation backwards compatible withproto2
files?Thanks!
The text was updated successfully, but these errors were encountered: