laravel-s icon indicating copy to clipboard operation
laravel-s copied to clipboard

Deprecation warnings using PHP 8.2

Open marden opened this issue 2 years ago • 4 comments

  1. Your software version (Screenshot of your startup)

    Software Version
    PHP 8.2.1
    Swoole 5.0.1
    LaravelS 3.7.35
    Laravel/Lumen 9.48.0
  2. Detail description about this issue(error/log)

After upgrading to PHP 8.2 we see deprecation warnings in a log:

Deprecated: Creation of dynamic property Swoole\Http\Server::$timerProcess is deprecated in /app/vendor/hhxsv5/laravel-s/src/LaravelS.php on line 55
Deprecated: Creation of dynamic property Swoole\Http\Server::$inotifyProcess is deprecated in /app/vendor/hhxsv5/laravel-s/src/LaravelS.php on line 62
Deprecated: Creation of dynamic property Swoole\Http\Server::$customProcesses is deprecated in /app/vendor/hhxsv5/laravel-s/src/LaravelS.php on line 65

marden avatar Feb 02 '23 17:02 marden

I also encountered it!

lambq avatar Jan 22 '24 10:01 lambq

这是来自QQ邮箱的假期自动回复邮件。你好,我最近正在休假中,无法亲自回复你的邮件。我将在假期结束后,尽快给你回复。

uptonyuan avatar Jan 22 '24 10:01 uptonyuan

这是来自QQ邮箱的假期自动回复邮件。   您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。

mnizfd avatar Jan 22 '24 10:01 mnizfd


| | | |/ | | | __ _ _ __ __ ___ | | (
| | / | '__/ _ \ \ / / _ \ |_
\ | |
| (
| | | | (
| |\ V / / |) | |_,|| _,| _/ ___||_____/

Speed up your Laravel/Lumen

Components +---------------------------+---------+ | Component | Version | +---------------------------+---------+ | PHP | 8.2.14 | | Swoole | 5.1.1 | | LaravelS | 3.7.37 | | Laravel Framework [local] | 10.41.0 | +---------------------------+---------+ Protocols +----------------+--------+-----------------------------------------+---------------------+ | Protocol | Status | Handler | Listen At | +----------------+--------+-----------------------------------------+---------------------+ | Main HTTP | On | Laravel Router | http://0.0.0.0:8200 | | Main WebSocket | On | App\Services\WebSocket\WebSocketHandler | ws://0.0.0.0:8200 | +----------------+--------+-----------------------------------------+---------------------+ Feedback: https://github.com/hhxsv5/laravel-s [2024-01-22 09:22:18] [TRACE] Swoole is running in daemon mode, see "ps -ef|grep laravels". PHP Deprecated: Creation of dynamic property Swoole\WebSocket\Server::$timerProcess is deprecated in /app/tp-server/vendor/hhxsv5/laravel-s/src/LaravelS.php on line 55

Deprecated: Creation of dynamic property Swoole\WebSocket\Server::$timerProcess is deprecated in /app/tp-server/vendor/hhxsv5/laravel-s/src/LaravelS.php on line 55 PHP Deprecated: Creation of dynamic property Swoole\WebSocket\Server::$inotifyProcess is deprecated in /app/tp-server/vendor/hhxsv5/laravel-s/src/LaravelS.php on line 62

Deprecated: Creation of dynamic property Swoole\WebSocket\Server::$inotifyProcess is deprecated in /app/vendor/hhxsv5/laravel-s/src/LaravelS.php on line 62 PHP Deprecated: Creation of dynamic property Swoole\WebSocket\Server::$customProcesses is deprecated in /app/vendor/hhxsv5/laravel-s/src/LaravelS.php on line 65

Deprecated: Creation of dynamic property Swoole\WebSocket\Server::$customProcesses is deprecated in /app/vendor/hhxsv5/laravel-s/src/LaravelS.php on line 65

lambq avatar Jan 22 '24 10:01 lambq

这个问题修复了吗,可以忽略不管吗

songlin51 avatar Mar 12 '24 02:03 songlin51