Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
27a7ce9
)
THRIFT-2111: typo in php readme
author
jfarrell
<jfarrell@apache.org>
Sat, 3 Aug 2013 01:55:22 +0000
(21:55 -0400)
committer
jfarrell
<jfarrell@apache.org>
Sat, 3 Aug 2013 01:55:22 +0000
(21:55 -0400)
Client: php
Patch: Jeremy Thomerson
Fixes type in php readme.
lib/php/README
patch
|
blob
|
history
diff --git
a/lib/php/README
b/lib/php/README
index
af6cf88
..
c24ee2c
100644
(file)
--- 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 tha
h
t, 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';