... php_scws.c,v 1.3 2009/05/14 19:25:32 hightman Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" --- 16,22 ---- +----------------------------------------------------------------------+ */ ! /* $Id: php_scws.c,v 1.4 2009/07/16 14:16:03 hightman Exp $ */ #ifdef HAVE_CONF...
..., ext, zend for the globle include directory, but last thing i cause is no config_w32.h in main, i got some help online, the config_w32.h file must be compile by myself use some building tools, and how do u do for this scws_ext.dll compil? show me something> thx :)
源码目录里是没有php.h的; 现在在编译时遇到一个新的问题: fatal error C1083: 无法打开包括文件:“../main/config.w32.h”: No such file or directory 用网上的那些方法也还是没法解决,请问有什么方法没? 我的编译环境是VS2008
源码目录里是没有php.h的; 现在在编译时遇到一个新的问题: fatal error C1083: 无法打开包括文件:“../main/config.w32.h”: No such file or directory 用网上的那些方法也还是没法解决,请问有什么方法没? 我的编译环境是VS2008
... in Unknown on line 0 ------------------------------------------ all i config is absolutly right, the prob must be the lib:php_scws.dll is a win32/64 compatible!! so could u build the the lib on x64 platform or make it canbe used on x64 system(win2008r2 x64)! thanks by my all!! also u can giv...
...7]# cd etc/ [root@localhost etc]# /opt/php-5.2.17/bin/phpize Cannot find config.m4. Make sure that you run '/opt/php-5.2.17/bin/phpize' in the top level source directory of the module [root@localhost etc]# cd .. 希望hightman能在帮我看下 解决下 谢谢 :blush::blush:
.configure --prefix=/usr/local/scws 运行 之后,前面看起来都很正常,最后部分出问题了 ----------------------------- checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sa...
...,却发现出错了: 看代码: [code] [root@localhost phpext]# ./configure --with-scws=/usr/local/scws/ --with-php-config=/usr/local/php5/bin/php-config checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for a sed that does not trun...
... pool */ struct pheap { int size; int used; char block[]; }; 3、config_win32.h里,改 #define strcasecmp(s1, s2) _stricmp(s1, s2) 为 #define strcasecmp(s1, s2) stricmp(s1, s2) 4、scws.h中,加入导出修饰符 /* api: init the scws handler */ scws_t __declspec(dllexport) scws...
...scws23 演示文件的一些写法与新版 PHP 不兼容 3) 修正一些 configure 检测错误 [b]scws-1.2.1 发布于 2013-1-15[/b] 1) 将源码迁移并托管到 github 2) 改进 C API 中 scws_fork() 的算法,使之更为合理 3) 迁移并修改新版官方主页:http://www.xunsear...