标签:style blog http color os io strong for div
参考 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
标签:style blog http color os io strong for div
原文地址:http://www.cnblogs.com/myfield/p/3963190.html