mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
THRIFT-2111: typo in php readme
Client: php Patch: Jeremy Thomerson Fixes type in php readme.
This commit is contained in:
parent
27a7ce9f12
commit
aa721610da
@ -32,7 +32,7 @@ To use Thrift in your PHP codebase, take the following steps:
|
||||
#1) Copy all of thrift/lib/php/lib into your PHP codebase
|
||||
#2) Configure Symfony Autoloader (or whatever you usually use)
|
||||
|
||||
After thaht, you have to manually include the Thrift package
|
||||
After that, you have to manually include the Thrift package
|
||||
created by the compiler:
|
||||
|
||||
require_once 'packages/Service/Service.php';
|
||||
|
Loading…
Reference in New Issue
Block a user