zhiqli / fastdfs

Automatically exported from code.google.com/p/fastdfs
GNU General Public License v3.0
0 stars 0 forks source link

fastdfs的php_client在php-5.3.6下编译出错了 #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
fastdfs的php_client在ubuntu10.10 x86 
64位系统下php-5.3.6编译出现如下错误:
/home/ubuntu/下载/FastDFS/php_client/fastdfs_client.c:2443: error: 
‘tsrm_ls’ undeclared (first use in this function)
/home/ubuntu/下载/FastDFS/php_client/fastdfs_client.c:2443: error: (Each 
undeclared identifier is reported only once
/home/ubuntu/下载/FastDFS/php_client/fastdfs_client.c:2443: error: for each 
function it appears in.)
/home/ubuntu/下载/FastDFS/php_client/fastdfs_client.c: In function 
‘php_fdfs_download_callback’:
/home/ubuntu/下载/FastDFS/php_client/fastdfs_client.c:2492: error: 
‘tsrm_ls’ undeclared (first use in this function)
make: *** [fastdfs_client.lo] 错误 1

Original issue reported on code.google.com by zhanglei...@gmail.com on 25 Sep 2011 at 2:05

GoogleCodeExporter commented 9 years ago
这应该是php-5.3.6的问题。
用php-5.3.8编译是没有问题,升级一下php即可。

Original comment by happyfis...@gmail.com on 27 Sep 2011 at 6:02