From: Jens Geyer Date: Mon, 21 Jul 2014 22:41:07 +0000 (+0200) Subject: THRIFT-2634 undocumented php "nsglobal" option X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=dd077c8b0b1427c44e0234e266046bbdc5306b1f;p=common%2Fthrift.git THRIFT-2634 undocumented php "nsglobal" option Client: PHP Patch: Jens Geyer --- diff --git a/compiler/cpp/src/generate/t_php_generator.cc b/compiler/cpp/src/generate/t_php_generator.cc index e2e4e9f1..1eb759ca 100644 --- 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" )