Skip to content

Creation of dynamic property Swoole\WebSocket\Server::$***Table is deprecated #499

@NickDraw

Description

@NickDraw
  1. Your software version (Screenshot of your startup)

    Software Version
    PHP 8.[1,2,3].x
    Swoole 5.1.x / 6.x
    Laravel 11.x
    LaravelS 3.8.4
  2. Detail description about this issue(error/log)

    `php ./bin/laravels start -i


[2025-09-01 02:50:19] [TRACE] Swoole is running, press Ctrl+C to quit.
PHP Deprecated: Creation of dynamic property Swoole\WebSocket\Server::$fdsTable is deprecated in /x/vendor/hhxsv5/laravel-s/src/Swoole/Server.php on line 239

Deprecated: Creation of dynamic property Swoole\WebSocket\Server::$fdsTable is deprecated in /x/vendor/hhxsv5/laravel-s/src/Swoole/Server.php on line 239
PHP Deprecated: Creation of dynamic property Swoole\WebSocket\Server::$uidTable is deprecated in /x/vendor/hhxsv5/laravel-s/src/Swoole/Server.php on line 239

Deprecated: Creation of dynamic property Swoole\WebSocket\Server::$uidTable is deprecated in /x/vendor/hhxsv5/laravel-s/src/Swoole/Server.php on line 239
PHP Deprecated: Creation of dynamic property Swoole\WebSocket\Server::$hbtTable is deprecated in /x/vendor/hhxsv5/laravel-s/src/Swoole/Server.php on line 239

Deprecated: Creation of dynamic property Swoole\WebSocket\Server::$hbtTable is deprecated in /x/vendor/hhxsv5/laravel-s/src/Swoole/Server.php on line 239`

  1. Some reproducible code blocks and steps

    php.ini 配置 error_reporting = E_ALL 才会报错

Metadata

Metadata

Assignees

Labels

analyzingAnalyzing this issue

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions