Upgrading dependency to Thrift 0.12.0
This commit is contained in:
parent
3e4590dcc0
commit
356978cb42
1302 changed files with 101701 additions and 26784 deletions
2
vendor/git.apache.org/thrift.git/tutorial/php/PhpClient.php
generated
vendored
2
vendor/git.apache.org/thrift.git/tutorial/php/PhpClient.php
generated
vendored
|
@ -5,7 +5,7 @@ namespace tutorial\php;
|
|||
|
||||
error_reporting(E_ALL);
|
||||
|
||||
require_once __DIR__.'/../../lib/php/lib/Thrift/ClassLoader/ThriftClassLoader.php';
|
||||
require_once __DIR__.'/../../lib/php/lib/ClassLoader/ThriftClassLoader.php';
|
||||
|
||||
use Thrift\ClassLoader\ThriftClassLoader;
|
||||
|
||||
|
|
2
vendor/git.apache.org/thrift.git/tutorial/php/PhpServer.php
generated
vendored
2
vendor/git.apache.org/thrift.git/tutorial/php/PhpServer.php
generated
vendored
|
@ -5,7 +5,7 @@ namespace tutorial\php;
|
|||
|
||||
error_reporting(E_ALL);
|
||||
|
||||
require_once __DIR__.'/../../lib/php/lib/Thrift/ClassLoader/ThriftClassLoader.php';
|
||||
require_once __DIR__.'/../../lib/php/lib/ClassLoader/ThriftClassLoader.php';
|
||||
|
||||
use Thrift\ClassLoader\ThriftClassLoader;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue