Hello World: 第一个PHP扩展(5)
来源:未知 责任编辑:责任编辑 发表时间:2014-01-20 07:52 点击:次
/* Must be the last line in hello_functions[] */};
将其修改为:
const zend_function_entry hello_functions[]={ PHP_FE(confirm_hello_compiled, NULL)/* For testing, remove later. */ PHP_FE(hello_world, NULL){NULL, NULL, NULL}/* Must be the last line in hello_functions[] */};
此时整个的 hello 扩展的代码就编写完了。最后再来 make 一下。
- 发表评论
-
- 最新评论 更多>>