由于网站部署在win上 所以将SDK布置到win使用 在使用req…check.php工具检测时,总出现mysql扩展不支持的警告,而网站的正常运行已经说明了此扩展是打开的,用phpinfo()也是表明mysql扩展已经打开 因为检测工具是通过命令行运行的...
可否说一下是怎么调试的,第2个方式可能是编译器优先级的问题? 希望可以准确复现 php_scws.dll 在WIN32平台下加载TXT会出现问题吗?
因为我们平时开发环境都没有windows,所以没能去尝试编译。。。所以WIN32支持计划可能会比较远了
... but when used it on 64bit it still alert: php_scws.dll %1 is not a valid Win32 application.~~~ hightman, i want to compile the lib with 64bit, does it run?[hr] by the way, the code is ansi based standard, and when i compile it on OSI standard with vs9, it's appear many desprecat warning, but the...
我想在windows下来使用分词 下载了php_scws.dll/Win32 安装说明里我也都照做了。但是有个地方不是很明白 ; 注意请检查 php.ini 中的 extension_dir 的设定值是否正确, 否则请将 extension_dir 设为空, ; 再把 php_scws.dll 指定为绝对路径。 ...
你好, 我使用scws-1.0.0_win32_php-5.2.x有以下問題: test.php: Warning: SimpledCWS::set_dict() [simpledcws.set-dict]: Failed to load the dict file in D:\website\ dict_utf8.xdb 及 rules.utf8.ini 是放在test.php 同一個資料夾下 另有我試過用 $scws->set_dict...
...urn strcmp((*((node_t *)a))->key,(*((node_t *)b))->key); } #else #ifdef WIN32 static int _xtree_node_cmp(node_t *a, node_t *b) #else static int _xtree_node_cmp(a, b) node_t *a, *b; #endif { return strcmp((*a)->key, (*b)->key); } #endif 2、pool.h里char block[0]改为char block[] /* ...