How can write or find a PHP extension for Apache Thrift

匿名 (未验证) 提交于 2019-12-03 10:24:21

问题:

Apache Thrift now only support PHP source files (copy [thrift-source]/lib/php/lib to own project to use). But, Can i find a .dll PHP extension file instead that? Where can i find it?

Otherwise, i have to write it. Could you tell me how to do that (i usually use Apache server)?

Is that right if I install C++ Lib of Apache Thrift and write PHP extension base on it? Or, can i generate from thrift-source (i have looked cpp files [thrift-source]/lib/php/src/ext, but maybe protocol only)?

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!