[root@zjx sbin]# ./php-fpm restart Shutting down php_fpm . done Starting php_fpm PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/php51/lib/php/extensions/no-debug-non-zts-20060613/scws.so' - /usr/local/php51/lib/php/extensions/no-debug-non-zts-20060613/scws.so: undefined symb...
...,现在不做任何修改直接make_xdb 就会报如下错误: C:\php>php make_xdb_file.php hah11.xdb dic1.txt INFO: Loading text file data ... PHP Notice: Uninitialized string offset: 1 in C:\php\make_xdb_file.php on line 52 Notice: Uninitialized string offset: 1 in C:\php\make_xdb_f...
php.in 的配置 [scws] extension=php_scws.dll scws.default.charset = utf8 scws.default.fpath = "e:/soft/xunsearch/scws" e:/soft/xunsearch/scws目录下的文件: dict.utf8.xdb rules.ini rules.utf8.ini rules_cht.utf8.ini 重新启动apache发现已经启动了这个extention. php 代...
[quote='hightman' pid='7' dateline='1315934809'] 您 的PHP版本?是否先运行 util/RequiredCheck.php 测试一下,看上去你的PHP似乎 不支持 __toString() [/quote] 谢谢您的回复,我把错误打出来了,大致是这样的一个错,不像是String的问题: [root@loc...
楼主,为什么不能发新帖了啊。我用1.18 php_scws.dll(2) 对应的php版本为 5.2.3 完全按照文档目录 php_scws.dll/Win32 安装说明 这个上面做的。而且安装完扩展之后echo phpinfo();也看到了 scws服务已经有了。 在运行时加了 scws.default.charset...
我安装了好像php找不到那个extensions,虽然拷贝过去了.[hr] Warning: dl() [function.dl]: Unable to load dynamic library './scws.so' - (null) in /Volumes/Learning/WebApp/scws.php on line 3 Functions available in the test extension: 提示我没有载入...不过我的scws.so放在了...
...ned index: part in C:\Users\Administrator\Desktop\tool\dev\make_xd b_file.php on line 92 PHP Notice: Undefined index: part in C:\Users\Administrator\Desktop\tool\dev\ma ke_xdb_file.php on line 92 Notice: Use of undefined constant key - assumed 'key' in C:\Users\Administrato Desktop\tool\dev\...
这样设置后 ./configure --with-scws=/usr/local/scws --with-php-config=/usr/local/php/bin/php-config 然后还是出错 不加--with-php-config=/usr/local/php/bin/php-config不会出错,但是PHP无法加载 # make /bin/sh /niran/fenci/scws-1.1.2/phpext/libtool --mode=compile gcc -I...
... no 问题应该是在这儿 我这儿的FREEBSD,LINUX都是正常的,PHP 4.4.X和PHP5.2.X都测试过~ 查看一下 /usr/local/php/include/php/main/php_config.php 里面是否有 #define ZTS 1 或试试 phpize --clean 再重新操作一次
系统环境:Centos5.6+Nginx0.8.54+mysql 5.1.54+php5.2.17 按照 http://www.ftphp.com/scws/docs.php#instscws 安装 参照 http://blog.csdn.net/ustcwudi/article/details/6349088 修改代码的。 并且php -m 与phpinfo()都能看到scws模块。 在论坛上也找到与我一样的错误。...