cacti 与 nagios 一些总结 【三】

时间:2014-09-09 20:07:59   收藏:0   阅读:355

参考 php_apd.c:73:1: error: unknown type name ‘function_entry‘ (PHP 5.4)

php 版本级别5.4 有些不兼容插件

php_apd.c:73:1: error: unknown type name function_entry (PHP 5.4)
This is documented on stackoverflow.com and bugs.php.net. Just replace line
function_entry apd_functions[] = {

with 

zend_function_entry apd_functions[] = {

 参考

http://ahoj.io/compiling-apd-for-php-54

原文:http://www.cnblogs.com/myfield/p/3963190.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!