Hi all, I try to build php thrift server base on tutorial example, i generate php code via command
thrift -r --gen php tutorial.thrift but when i run php thrift server, i say error : Fatal error: Class 'CalculatorProcessor' not found in And i can not found this class in generated files by thrift command above. Whereas, i can found class when generate thrift code in cpp or java. Please advice me. Thanks all.
