Updated Branches: refs/heads/master 27a7ce9f1 -> aa721610d
THRIFT-2111: typo in php readme Client: php Patch: Jeremy Thomerson Fixes type in php readme. Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/aa721610 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/aa721610 Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/aa721610 Branch: refs/heads/master Commit: aa721610daa3f11df3451149d44dc614e9cffe18 Parents: 27a7ce9 Author: jfarrell <[email protected]> Authored: Fri Aug 2 21:55:22 2013 -0400 Committer: jfarrell <[email protected]> Committed: Fri Aug 2 21:55:22 2013 -0400 ---------------------------------------------------------------------- lib/php/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/aa721610/lib/php/README ---------------------------------------------------------------------- diff --git a/lib/php/README b/lib/php/README index af6cf88..c24ee2c 100644 --- a/lib/php/README +++ b/lib/php/README @@ -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';
