GitHub user regeda opened a pull request:
https://github.com/apache/thrift/pull/409
TProcessor in php
I've added TProcessor interface for the best type hinting and type checking.
It's change has no backward compatibility because TMultiplexedProcessor
moved to a namespace.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/regeda/thrift tprocessor-in-php
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/409.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #409
----
commit e17b3c640cd2c69530182ca59e828f7328dfc1fa
Author: Anthony Regeda <[email protected]>
Date: 2015-03-29T20:49:17Z
Added TProcessor interface to PHP lib
commit 741dbf8b1ce74d5ff59cac3c30f235827c06fb98
Author: Anthony Regeda <[email protected]>
Date: 2015-03-29T20:56:04Z
fixed backslashes
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---