http://cvs.php.net/diff.php/php4.fubar/ext/mysql/libmysql/mysys_err.h?r1=1.6&r2=1.7&ty=hAdded missing header that prevents successful compilation.
这个修改php 4.3.2 开始生效,你运气不好 :)
ext/mysql/libmysql/mysys_err.h最前面加上
#ifndef _mysys_err_h
#define _mysys_err_h
+
+ #include <errno.h>
+
#ifdef __cplusplus
extern "C" { extern "C" {
#endif
崇拜stiger中...
【 在 wgwhl (流浪汉) 的大作中提到: 】
: 先:
: php-4.3.1]# ./configure --with-apxs=/usr/local/www/bin/apxs --disable-debug --enable-pic --disable-rpath --enable-inline-optimization
: --with-dom --with-gd --with-freetype-dir=/usr/lib --with-png-dir --with-iconv --with-jpeg-dir --with-zlib --enable-track-vars
: ...................
--
修改:atppp FROM 128.12.155.*
FROM 128.12.155.*