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

PHP8.4 - deprecations #278

Closed
flexiapp opened this issue Dec 9, 2024 · 1 comment
Closed

PHP8.4 - deprecations #278

flexiapp opened this issue Dec 9, 2024 · 1 comment
Labels

Comments

@flexiapp
Copy link

flexiapp commented Dec 9, 2024

Deprecated: GuzzleHttp\Ring\Core::proxy(): Implicitly marking parameter $onFulfilled as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/ezimuel/ringphp/src/Core.php on line 334

Deprecated: GuzzleHttp\Ring\Core::proxy(): Implicitly marking parameter $onRejected as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/ezimuel/ringphp/src/Core.php on line 334

Deprecated: GuzzleHttp\Ring\Core::proxy(): Implicitly marking parameter $onProgress as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/ezimuel/ringphp/src/Core.php on line 334

Deprecated: GuzzleHttp\Ring\Future\CompletedFutureValue::__construct(): Implicitly marking parameter $e as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/ezimuel/ringphp/src/Future/CompletedFutureValue.php on line 23

Deprecated: GuzzleHttp\Ring\Future\CompletedFutureValue::then(): Implicitly marking parameter $onFulfilled as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/ezimuel/ringphp/src/Future/CompletedFutureValue.php on line 60

Deprecated: GuzzleHttp\Ring\Future\CompletedFutureValue::then(): Implicitly marking parameter $onRejected as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/ezimuel/ringphp/src/Future/CompletedFutureValue.php on line 60

Deprecated: GuzzleHttp\Ring\Future\CompletedFutureValue::then(): Implicitly marking parameter $onProgress as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/ezimuel/ringphp/src/Future/CompletedFutureValue.php on line 60

Deprecated: React\Promise\PromiseInterface::then(): Implicitly marking parameter $onFulfilled as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/react/promise/src/PromiseInterface.php on line 40

Deprecated: React\Promise\PromiseInterface::then(): Implicitly marking parameter $onRejected as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/react/promise/src/PromiseInterface.php on line 40

Deprecated: React\Promise\PromiseInterface::then(): Implicitly marking parameter $onProgress as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/react/promise/src/PromiseInterface.php on line 40

Deprecated: GuzzleHttp\Ring\Future\BaseFutureTrait::__construct(): Implicitly marking parameter $wait as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/ezimuel/ringphp/src/Future/BaseFutureTrait.php on line 40

Deprecated: GuzzleHttp\Ring\Future\BaseFutureTrait::__construct(): Implicitly marking parameter $cancel as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/ezimuel/ringphp/src/Future/BaseFutureTrait.php on line 40

Deprecated: GuzzleHttp\Ring\Future\BaseFutureTrait::then(): Implicitly marking parameter $onFulfilled as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/ezimuel/ringphp/src/Future/BaseFutureTrait.php on line 83

Deprecated: GuzzleHttp\Ring\Future\BaseFutureTrait::then(): Implicitly marking parameter $onRejected as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/ezimuel/ringphp/src/Future/BaseFutureTrait.php on line 83

Deprecated: GuzzleHttp\Ring\Future\BaseFutureTrait::then(): Implicitly marking parameter $onProgress as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/ezimuel/ringphp/src/Future/BaseFutureTrait.php on line 83

Deprecated: React\Promise\FulfilledPromise::then(): Implicitly marking parameter $onFulfilled as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/react/promise/src/FulfilledPromise.php on line 21

Deprecated: React\Promise\FulfilledPromise::then(): Implicitly marking parameter $onRejected as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/react/promise/src/FulfilledPromise.php on line 21

Deprecated: React\Promise\FulfilledPromise::then(): Implicitly marking parameter $onProgress as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/react/promise/src/FulfilledPromise.php on line 21

Deprecated: React\Promise\FulfilledPromise::done(): Implicitly marking parameter $onFulfilled as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/react/promise/src/FulfilledPromise.php on line 36

Deprecated: React\Promise\FulfilledPromise::done(): Implicitly marking parameter $onRejected as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/react/promise/src/FulfilledPromise.php on line 36

Deprecated: React\Promise\FulfilledPromise::done(): Implicitly marking parameter $onProgress as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/react/promise/src/FulfilledPromise.php on line 36

Deprecated: React\Promise\ExtendedPromiseInterface::done(): Implicitly marking parameter $onFulfilled as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/react/promise/src/ExtendedPromiseInterface.php on line 22

Deprecated: React\Promise\ExtendedPromiseInterface::done(): Implicitly marking parameter $onRejected as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/react/promise/src/ExtendedPromiseInterface.php on line 22

Deprecated: React\Promise\ExtendedPromiseInterface::done(): Implicitly marking parameter $onProgress as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/react/promise/src/ExtendedPromiseInterface.php on line 22

Deprecated: React\Promise\RejectedPromise::then(): Implicitly marking parameter $onFulfilled as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/react/promise/src/RejectedPromise.php on line 21

Deprecated: React\Promise\RejectedPromise::then(): Implicitly marking parameter $onRejected as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/react/promise/src/RejectedPromise.php on line 21

Deprecated: React\Promise\RejectedPromise::then(): Implicitly marking parameter $onProgress as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/react/promise/src/RejectedPromise.php on line 21

Deprecated: React\Promise\RejectedPromise::done(): Implicitly marking parameter $onFulfilled as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/react/promise/src/RejectedPromise.php on line 36

Deprecated: React\Promise\RejectedPromise::done(): Implicitly marking parameter $onRejected as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/react/promise/src/RejectedPromise.php on line 36

Deprecated: React\Promise\RejectedPromise::done(): Implicitly marking parameter $onProgress as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/react/promise/src/RejectedPromise.php on line 36

@flexiapp flexiapp added the bug label Dec 9, 2024
@flexiapp flexiapp changed the title PHP8.4 - many deprecations PHP8.4 - deprecations Dec 9, 2024
@clue
Copy link
Member

clue commented Dec 9, 2024

Please take the time to properly report tickets. None of these messages have anything to do with this component and most of these messages don't even have anything to do with ReactPHP. It looks like you're using an outdated Promise version, see also https://github.com/reactphp/promise/releases/tag/v3.2.0, reactphp/promise#260 and https://github.com/orgs/reactphp/discussions/589.

@clue clue closed this as completed Dec 9, 2024
@clue clue removed the question label Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants