THRIFT-2634 undocumented php "nsglobal" option
authorJens Geyer <jensg@apache.org>
Mon, 21 Jul 2014 22:41:07 +0000 (00:41 +0200)
committerJens 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

index e2e4e9f..1eb759c 100644 (file)
@@ -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"
 )