How can write or find a PHP extension for Apache Thrift

喜你入骨 提交于 2020-01-14 03:39:08

问题


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)?

来源:https://stackoverflow.com/questions/26623610/how-can-write-or-find-a-php-extension-for-apache-thrift

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