Laravel-swoole: v2.6.1 is not finding laravel application bootstrap

Created on 13 Jan 2019  路  2Comments  路  Source: swooletw/laravel-swoole

1. Please provide your PHP and Swoole version. (php -v and php --ri swoole)

PHP 7.2.13 (cli) (built: Dec 10 2018 18:43:50) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
    with Zend OPcache v7.2.13, Copyright (c) 1999-2018, by Zend Technologies
    with Xdebug v2.6.1, Copyright (c) 2002-2018, by Derick Rethans
Swoole => enabled
Author => Swoole Team <[email protected]>
Version => 4.2.12
Built => Jan 10 2019 17:31:49
coroutine => enabled
epoll => enabled
eventfd => enabled
signalfd => enabled
cpu_affinity => enabled
spinlock => enabled
rwlock => enabled
mutex_timedlock => enabled
pthread_barrier => enabled
futex => enabled
async_redis => enabled

Directive => Local Value => Master Value
swoole.enable_coroutine => On => On
swoole.display_errors => On => On
swoole.use_shortname => On => On
swoole.fast_serialize => Off => Off
swoole.unixsock_buffer_size => 8388608 => 8388608

2. Please provide your Laravel/Lumen version.

Laravel 5.7.20

3. Which release version of this package are you using?

v2.6.1

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

Just updated to v2.6.1 and after that, up my docker normally and see the message:

screenshot 2019-01-13 19 33 51

5. What did you expect to see?

Before that, I was using swooletw v2.5.0 and everything worked normally

bug fixed

Most helpful comment

Hi @ibrunotome ,

Thanks for your report. This has been fixed in v2.6.2

All 2 comments

Just to be sure, I did a rollback for v2.5.0 and works fine.

Hi @ibrunotome ,

Thanks for your report. This has been fixed in v2.6.2

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MikeMaldini picture MikeMaldini  路  10Comments

amcsi picture amcsi  路  3Comments

Arkanius picture Arkanius  路  7Comments

yl picture yl  路  3Comments

george-kar picture george-kar  路  6Comments