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:
7a8b286
)
THRIFT-2634 undocumented php "nsglobal" option
author
Jens Geyer
<jensg@apache.org>
Mon, 21 Jul 2014 22:41:07 +0000
(
00:41
+0200)
committer
Jens Geyer
<jensg@apache.org>
Mon, 21 Jul 2014 22:41:07 +0000
(
00:41
+0200)
Client: PHP
Patch: Jens Geyer
compiler/cpp/src/generate/t_php_generator.cc
patch
|
blob
|
history
diff --git
a/compiler/cpp/src/generate/t_php_generator.cc
b/compiler/cpp/src/generate/t_php_generator.cc
index
e2e4e9f
..
1eb759c
100644
(file)
--- a/
compiler/cpp/src/generate/t_php_generator.cc
+++ b/
compiler/cpp/src/generate/t_php_generator.cc
@@
-2576,5
+2576,6
@@
THRIFT_REGISTER_GENERATOR(php, "PHP",
" server: Generate PHP server stubs\n"
" oop: Generate PHP with object oriented subclasses\n"
" rest: Generate PHP REST processors\n"
+" nsglobal=NAME: Set global namespace\n"
)