水莹儿 发表于 2018-12-21 08:19:10

使用phpize建立php扩展 Cannot find config.m4.

/* Every user visible function must have an entry in my_module_functions[].  */
  function_entry my_module_functions[] = {
  PHP_FE(say_hello,    NULL) /* ?添加着一行代码 */
  PHP_FE(confirm_my_module_compiled,   NULL) /* For testing, remove later. */
  {NULL, NULL, NULL}   /* Must be the last line in my_module_functions[] */
  };

页: [1]
查看完整版本: 使用phpize建立php扩展 Cannot find config.m4.