Skip to content

Releases: lanlin/codeigniter-swoole

doc & config bug fix

26 Jul 09:08
Compare
Choose a tag to compare
  1. add swoole/ide-helper doc.

  2. custom server socket type:

// default 
$swoole['server_type'] = SWOOLE_SOCK_UNIX_STREAM;
$swoole['server_host'] = '/var/run/swoole.sock';
$swoole['server_port'] = null;

// example for custom
$swoole['server_type'] = SWOOLE_SOCK_TCP;
$swoole['server_host'] = '127.0.0.1';
$swoole['server_port'] = 9501;

for more about swoole server https://wiki.swoole.com/wiki/page/476.html

bug fix

25 Sep 11:16
Compare
Choose a tag to compare

when timers set, client task not working.

so, kill the process after the task finish.

fix bugs

25 Sep 08:04
Compare
Choose a tag to compare

bug fix: constants already defined

swoole 4.0 support

12 Sep 02:00
Compare
Choose a tag to compare
2.0.1

swoole 4.0+

2.0 released

01 Jul 04:19
Compare
Choose a tag to compare

Do you want long-run task? timers? FPM to CLI? Code reusing in both FPM & CLI mode?

"It's so easy!"

All in one with codeigniter-swoole 2.0!