是不是执行下列操作,再编译安装就搞定了?
ext/mysql/libmysql/mysys_err.h最前面加上
#ifndef _mysys_err_h
#define _mysys_err_h
+
+ #include <errno.h>
+
#ifdef __cplusplus
extern "C" { extern "C" {
#endif
【 在 atppp (Big Mouse) 的大作中提到: 】
: 7591
: 这是 php4.3.1很有名的bug
--
FROM 221.192.160.*