我最近重新编译了我的php,突然旧代码(连同来自互联网的示例)停止编译。
This确切示例无法编译。
有问题的代码片段:
static function_entry hello_functions[] = {
{NULL, NULL, NULL}
};
这是错误:
/home/user/php_module/test_module/hello.c:12: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘hello_functions’
可能是什么问题?
答案 0 :(得分:19)