This is an automated email from the ASF dual-hosted git repository.
huxing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-php-framework.git.
from 17d9666 Update README.md
new 1c33271 update
new 0c27efd update
new 07c8555 update
new b1479a6 update
new c726875 update
new 7e4b9ad update
new af3df5c update
new d8e174b update
new c418f0b update
new 4f59f46 update
new 56045c0 add Automatic identification of parameter types
new 9f5b5eb update
new 45b1c22 Merge pull request #22 from crazyxman/dev
The 28 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
agent/src/c/Makefile | 2 +-
agent/src/c/release/agent | Bin 0 -> 476132 bytes
agent/src/c/release/agent_server | Bin 0 -> 476132 bytes
common/config/FSOFConstants.php | 9 +-
common/file/FSOFRedis.php | 128 +++++++++++------
common/protocol/fsof/DubboParser.php | 257 +++++++++++++++++++++-------------
common/protocol/fsof/DubboRequest.php | 18 ++-
common/url/FSOFUrl.php | 26 ++++
composer.json | 3 +-
consumer/ConsumerException.php | 16 +++
consumer/Type.php | 112 +++++++++++++++
consumer/fsof/FSOFProcessor.php | 52 +++----
consumer/proxy/Proxy.php | 16 +--
consumer/proxy/ProxyFactory.php | 18 ++-
registry/automatic/ConsumerProxy.php | 10 +-
15 files changed, 483 insertions(+), 184 deletions(-)
create mode 100755 agent/src/c/release/agent
create mode 100755 agent/src/c/release/agent_server
create mode 100644 consumer/ConsumerException.php
create mode 100644 consumer/Type.php