搜索

大约有 30 项符合查询结果, 库内数据总量为 3,513 项。 (搜索耗时:0.0049秒)

1.RE: php扩展问题

发布时间:2010-09-07 10:09 t By qqnr

phpinfo 查看PHP版本是PHP Version 5.2.13 linux下 php-v 查看的版本是5.1.6 系统是按这个装的,呵呵 http://www.hostloc.com/thread-2011-1-1.html

2.RE: php扩展问题

发布时间:2010-09-01 12:09 t By hightman

你编译的SCWS.SO和所用的PHP不是同一个版本。。。重新用对应配套的 phpize php-config 吧,如果你的系统有默认装的早先的php 请在 ./configure 中明确的用 --with-php-config=.... 指定真正在用的PHP-CONFIG

3.RE: php扩展问题

发布时间:2010-09-04 19:09 t By hightman

你要指定正确的正在用的有效的php-config的位置。估计 你的服务器混合安装了多个版本的PHP。 很简单你想用WEB的你就在WEB里查看一下 phpinfo() ,看看上面编译时指定的 --prefix

4.php扩展问题

更新时间:2010-08-30 12:08 t By qqnr

php.ini 加了scws.so的地址,重启php出现 PHP Warning: PHP Startup: scws: Unable to initialize module Module compiled with module API=20050922, debug=0, thread-safety=0 PHP compiled with module API=20060613, debug=0, thread-safety=0 These options need to match in Unknown on line 0 ...

5.RE: php扩展问题

发布时间:2010-09-07 18:09 t By hightman

你的系统没有安装GCC?装的是CC?

6.RE: php扩展问题

发布时间:2010-09-07 21:09 t By qqnr

:D呵呵终于装好了,呵呵,谢谢老大

7.scws1.2.2 php 扩展问题

发布时间:2013-10-13 02:10 t By kevinwang

我直接下载scws1.2.2 编译,然后编译扩展 扩展文件很小,调用php函数时候必须使用set_dict才能加载词典 但是有的服务器编译后感觉字典也被编译进去了这是怎么回事,即使不需要set_dict也可以分词 另外这种情况下,set_dict感觉...

8.RE: php扩展问题

发布时间:2010-09-07 16:09 t By hightman

那么你应该用 phpinfo 中显示的版本对应的php-config路径去安装. 看你发的URL PHP应该是被安装在 /usr/local/php 下,那么你编译 scws 应该按以下步骤: 1. /usr/local/php/bin/phpize --clean 2. /usr/local/bin/bin/phpize 3 ./configure --with-scws=/usr/local/scws ...

9.RE: 安装scws-1.1.2 时 php扩展出现问题

发布时间:2010-08-13 15:08 t By zr443

我也需要这样的问题,我的是FreeBSD8.0 test.c都通不过,提示找不到scws.h 不知改如何解决啊。

10.RE: 安装scws-1.1.2 时 php扩展出现问题

发布时间:2010-08-12 00:08 t By hightman

必须先安装scws主体啊,在安装phpext/之前。 cd scws-1.1.2/ ; ./configure --prefix=/usr/local/scws ; make ; make install 然后再做你的上述步骤!

123
  • 时间不限
  • 按相关性排序