Laravel-swoole: Laravel 5.7 not support

Created on 29 Nov 2018  Â·  3Comments  Â·  Source: swooletw/laravel-swoole

Make sure you read Issues Guideline and answer these questions before submitting your issue. Thanks!
(Any non-English issues will be closed immediately.)

  1. Please provide your PHP and Swoole version. (php -v and php --ri swoole)
➜  ~ php -v
PHP 7.2.11 (cli) (built: Oct 11 2018 16:23:09) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
    with Zend OPcache v7.2.11, Copyright (c) 1999-2018, by Zend Technologies
➜  ~ php --ri swoole

swoole

swoole support => enabled
Version => 4.1.2
Author => Swoole Group[email: [email protected]]
coroutine => enabled
kqueue => enabled
rwlock => enabled
openssl => enabled
pcre => enabled
zlib => enabled

Directive => Local Value => Master Value
swoole.enable_coroutine => On => On
swoole.aio_thread_num => 2 => 2
swoole.display_errors => On => On
swoole.use_namespace => On => On
swoole.use_shortname => On => On
swoole.fast_serialize => Off => Off
swoole.unixsock_buffer_size => 8388608 => 8388608
  1. Please provide your Laravel/Lumen version.
➜  swoole php artisan -V  
Laravel Framework 5.7.15
  1. Which release version of this package are you using?

2.5.0

  1. What did you do? If possible, provide a recipe for reproducing the error.

"Declaration of SwooleTW\Http\Task\SwooleTaskQueue::createStringPayload($job, $data) should be compatible with Illuminate\Queue\Queue::createStringPayload($job, $queue, $data)"

  1. What did you expect to see?

  2. What did you see instead?

enhancement

Most helpful comment

174 Here I do some refactoring.

All 3 comments

174 Here I do some refactoring.

175

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jiangjiang0228 picture jiangjiang0228  Â·  8Comments

MikeMaldini picture MikeMaldini  Â·  10Comments

caveman74 picture caveman74  Â·  7Comments

Arkanius picture Arkanius  Â·  7Comments

Abbotton picture Abbotton  Â·  9Comments