-
```
What steps will reproduce the problem?
1.Checking out the code from SVN
2.configuring to gcc on centos 5.6 x64
3.make
What is the expected output? What do you see instead?
compiling the code was …
-
```
What steps will reproduce the problem?
1.Checking out the code from SVN
2.configuring to gcc on centos 5.6 x64
3.make
What is the expected output? What do you see instead?
compiling the code was …
-
swoole 1.79在ubuntu 14.04 ,centos,及mac os 上 http_server 用SWOOLE_BASE 模式,都产生段错误,以下是错误信息,请查看
dmesg:
## [ 1529.066050] php[10022]: segfault at 960d5e75 ip 08387a3d sp bf984230 error 4 in php5[8048000+81c…
w3yyb updated
9 years ago
-
/tmp/swoole-src-swoole-1.7.12-stable/swoole_server.c: In function 'php_swoole_onPipeMessage':
/tmp/swoole-src-swoole-1.7.12-stable/swoole_server.c:276: error: too many arguments to function 'zend_exce…
-
I am trying to make sure that a queue runs continuously. The snippet below fails, can someone tell me what I am doing wrong? Thanks
function taskRunner(){
if(q.length() == 0){
console.log…