... *************** *** 1464,1470 **** } // free at & xtree ! free(at); xtree_free(xt); // restore the offset --- 1467,1474 ---- } // free at & xtree ! if (at != NULL) ! free(at); xtree_free(xt); ...
该问题位于xdb.c文件的_xdb_to_xtree_node函数 buf = (unsigned char *) malloc(ptr->len + 1); _xdb_read_data(x, buf, ptr->off, ptr->len);//这里590行 /* save the key & value -> xtree */ voff = buf[16] + 17; 第590行,当_xdb_read_data文件读取失败时(如果offset超过文...
...件添加 C++ 的 extern "C" 标记以便直接使用:xdb.h,xdict.h,xtree.h,pool.h,darray.h 最新下载地址:[url]http://www.ftphp.com/scws/download.php[/url] 演示地址:[url]http://www.ftphp.com/scws/demo.php[/url]
...Sat Jun 9 13:49:40 2007 *************** *** 2,8 **** * @file xdb.c (xtree use file storage) * @author Hightman Mar * @editor set number ; syntax on ; set autoindent ; set tabstop=4 (vim) ! * $Id: xdb.c,v 1.1.1.1 2007/06/05 04:19:45 hightman Exp $ */ #include "xdb.h" --- ...
...件添加 C++ 的 extern "C" 标记以便直接使用:xdb.h,xdict.h,xtree.h,pool.h,darray.h [b]scws-1.1.8 发布于 2011-07-30[/b] 1) win32/目录新增 vc9 工程文件, 默认为 php-5.3.x 提供的 php_scws.dll 采用 VC9(thread-safety) 编译 2) 修改英语专有名词的识别...