issues Search Results · repo:LinkedDestiny/swoole-doc language:PHP
Filter by
13 results
(60 ms)13 results
inLinkedDestiny/swoole-doc (press backspace or delete to remove)今日心血来潮,买了个服务器,准备做个聊天室 首先梳理一下流程 1.下载安装php7,prefix=/home/shenchenxi/data/study/php ....(make,makeinstall) 2.下载swoole,
phpize(/home/shenchenxi/data/study/php/bin/phpize)生成configure 3../configure
--with-php-config=/home/shenchenxi/data/study/php/bin/php ...
mongofs
- Opened on Dec 4, 2018
- #19
ERROR zm_deactivate_swoole (ERROR 103): Fatal error: Call to undefined method swoole_server::addtimer() in **** on
line 27
?php
class TimerServer
{
private $serv;
public function __construct() {
...
ghost
- Opened on Sep 6, 2017
- #18
Mac下使用cli_set_process_title报错:Warning: cli_set_process_title(): cli_set_process_title had an error: Not initialized
correctly #616,查阅了相关资料,应该是mac下安全性的问题,不允许重命名进程名称。
我的解决方案是将manager进程的pid记录到sh文件中,直接用pid来reload,这样的话可以全平台通用: ...
illidan-tld
- 1
- Opened on Aug 22, 2017
- #17
demo-src-Chatroom 输入完用户名后没有任何输出,同一台机器两个客户端,server这边提示客户端连接成功。没有任何报错输出,redis我这边也安装了。请问这个是哪里出的问题?谢谢。
swoole v 1.9.9
sturn
- Opened on Apr 26, 2017
- #16
在编译安装时,执行make命令,得到了一条错误: fatal error: config.h file not found 请问怎么解决? 系统是最近更新的OSX 10.12
CancelZ
- 1
- Opened on Oct 22, 2016
- #15
?php class Client { private $client; public function __construct() { $this- client = new swoole_client(SWOOLE_SOCK_TCP);
} public function connect() { if( !$this- client- connect( 127.0.0.1 , 9501 , 1) ...
wanminny
- Opened on Apr 1, 2016
- #14
Fatal error: Uncaught Error: Call to undefined method swoole_server::addtimer()
sinchie
- 1
- Opened on Mar 11, 2016
- #12
error: #error Enable async_mysql support, But no mysqli or mysqlnd. make: *** [swoole.lo] Error 1
itpang
- 3
- Opened on Feb 24, 2016
- #10
vagrant@vagrant-ubuntu-trusty:~/www/swoole$ make /bin/bash /home/vagrant/www/swoole/libtool --mode=compile cc -I.
-I/home/vagrant/www/swoole -DPHP_ATOM_INC -I/home/vagrant/www/swoole/include -I/home/vagrant/www/swoole/main ...
ninvfeng
- 2
- Opened on Oct 27, 2015
- #8

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.