Skip to content

Commit

Permalink
升级依赖的TarsAssistant工具,修复tars2php中的返回类型为复杂类型的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
meijing0114 committed Oct 18, 2017
1 parent 0651125 commit a0b8b50
Show file tree
Hide file tree
Showing 4 changed files with 197 additions and 74,114 deletions.
2 changes: 1 addition & 1 deletion php/tarsclient/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ class SimpleStruct extends \TARS_Struct {

3. 在composer.json中指定require类库:
```
"phptars/tars-assistant" : "0.1.6"
"phptars/tars-assistant" : "0.1.7"
```

4. 执行composer install命令安装类库,此时会出现vendor目录
Expand Down
2 changes: 1 addition & 1 deletion php/tarsclient/ext/auto
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ phpconfig=`which php-config`
./configure --enable-phptars --with-php-config=$phpconfig
make
make install

$phpize --clean
Loading

0 comments on commit a0b8b50

Please sign in to comment.