| commit | 6949b7c96933da182fde5e40b6c493eb054a7672 | [log] [tgz] |
|---|---|---|
| author | jfarrell <jfarrell@apache.org> | Tue Aug 25 01:09:35 2015 -0400 |
| committer | jfarrell <jfarrell@apache.org> | Tue Aug 25 01:09:35 2015 -0400 |
| tree | c7ea9e5c26cd597f0ce8fca314c855985c430a5f | |
| parent | f13e431babd92f08f46cbc1f32da48965e1c5ca8 [diff] |
THRIFT-2981: IDL with no namespace produces unparsable PHP Client: php Patch: Randy Abernethy The compiler is generating the namespace statement even when there isn't one, which blows up the PHP interpreter. Patch supresses service and type file output of namespace unless there actually is one.