Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deprecated ? #1066

Closed
julienparis123 opened this issue Jun 29, 2024 · 4 comments
Closed

deprecated ? #1066

julienparis123 opened this issue Jun 29, 2024 · 4 comments

Comments

@julienparis123
Copy link

Hello.

Someone know why i have that ?

PHP Deprecated: Creation of dynamic property React\Socket\Connection::$decor is deprecated in /var/www/html/vendor/cboden/ratchet/src/Ratchet/Server/IoServer.php on line 83

Deprecated: Creation of dynamic property React\Socket\Connection::$decor is deprecated in /var/www/html/vendor/cboden/ratchet/src/Ratchet/Server/IoServer.php on line 83
PHP Deprecated: Creation of dynamic property Ratchet\Server\IoConnection::$resourceId is deprecated in /var/www/html/vendor/cboden/ratchet/src/Ratchet/Server/IoServer.php on line 84

Deprecated: Creation of dynamic property Ratchet\Server\IoConnection::$resourceId is deprecated in /var/www/html/vendor/cboden/ratchet/src/Ratchet/Server/IoServer.php on line 84
PHP Deprecated: Creation of dynamic property Ratchet\Server\IoConnection::$remoteAddress is deprecated in /var/www/html/vendor/cboden/ratchet/src/Ratchet/Server/IoServer.php on line 87

Deprecated: Creation of dynamic property Ratchet\Server\IoConnection::$remoteAddress is deprecated in /var/www/html/vendor/cboden/ratchet/src/Ratchet/Server/IoServer.php on line 87
PHP Deprecated: Creation of dynamic property Ratchet\Server\IoConnection::$httpHeadersReceived is deprecated in /var/www/html/vendor/cboden/ratchet/src/Ratchet/Http/HttpServer.php on line 33

Deprecated: Creation of dynamic property Ratchet\Server\IoConnection::$httpHeadersReceived is deprecated in /var/www/html/vendor/cboden/ratchet/src/Ratchet/Http/HttpServer.php on line 33
PHP Deprecated: Creation of dynamic property Ratchet\Server\IoConnection::$httpBuffer is deprecated in /var/www/html/vendor/cboden/ratchet/src/Ratchet/Http/HttpRequestParser.php on line 30

Deprecated: Creation of dynamic property Ratchet\Server\IoConnection::$httpBuffer is deprecated in /var/www/html/vendor/cboden/ratchet/src/Ratchet/Http/HttpRequestParser.php on line 30
PHP Deprecated: Creation of dynamic property Ratchet\Server\IoConnection::$httpRequest is deprecated in /var/www/html/vendor/cboden/ratchet/src/Ratchet/WebSocket/WsServer.php on line 112

Deprecated: Creation of dynamic property Ratchet\Server\IoConnection::$httpRequest is deprecated in /var/www/html/vendor/cboden/ratchet/src/Ratchet/WebSocket/WsServer.php on line 112
PHP Deprecated: Creation of dynamic property Ratchet\Server\IoConnection::$WebSocket is deprecated in /var/www/html/vendor/cboden/ratchet/src/Ratchet/WebSocket/WsServer.php on line 114

Deprecated: Creation of dynamic property Ratchet\Server\IoConnection::$WebSocket is deprecated in /var/www/html/vendor/cboden/ratchet/src/Ratchet/WebSocket/WsServer.php on line 114

Thank you very much

@seba1rx
Copy link

seba1rx commented Jun 30, 2024

it would be better if you share your server properties:

use php -v and php -m or echo phpinfo() so we can know if there is something to check

@julienparis123
Copy link
Author

Hello.

Thank you for your answer.

PHP 8.3.6 (cli) (built: Jun 13 2024 15:23:20) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.3.6, Copyright (c) Zend Technologies
with Zend OPcache v8.3.6, Copyright (c), by Zend Technologies

[PHP Modules]
calendar
Core
ctype
date
exif
FFI
fileinfo
filter
ftp
gettext
hash
iconv
json
libxml
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
Phar
posix
random
readline
Reflection
session
shmop
sockets
sodium
SPL
standard
sysvmsg
sysvsem
sysvshm
tokenizer
Zend OPcache
zlib

[Zend Modules]
Zend OPcache

Is it ok or you need also phpinfo ? because it is in html and take much place.

@seba1rx
Copy link

seba1rx commented Jul 1, 2024

and the composer.json ?

did you try updating?

composer update

@clue clue added the duplicate label Jul 1, 2024
@clue
Copy link
Member

clue commented Jul 1, 2024

Closing as duplicate of #1003. Please take the time to review open tickets before posting any new tickets and consider supporting this project by becoming a sponsor (#1054) ❤️

@clue clue closed this as not planned Won't fix, can't repro, duplicate, stale Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants