From: jfarrell Date: Sat, 3 Aug 2013 01:55:22 +0000 (-0400) Subject: THRIFT-2111: typo in php readme X-Git-Tag: 0.9.1~27 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=aa721610daa3f11df3451149d44dc614e9cffe18;p=common%2Fthrift.git THRIFT-2111: typo in php readme Client: php Patch: Jeremy Thomerson Fixes type in php readme. --- diff --git a/lib/php/README b/lib/php/README index af6cf88d..c24ee2c0 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';