reactphp-stdio icon indicating copy to clipboard operation
reactphp-stdio copied to clipboard

Prepare v2.7.0 release

Open PaulRotmann opened this issue 1 year ago • 1 comments

Preparation for release v2.7.0 on 2025-01-24.

PaulRotmann avatar Jan 21 '25 10:01 PaulRotmann

@clue Are you planning to publish the recent changes, including this pull request, as a new version?

I think #107 in particular is an important change for users. Currently, we are concerned that the following warning message is always displayed when we run tools that use our library on php-8.4 or higher:

Clue\React\Stdio\Stdio::__construct(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead

Clue\React\Stdio\Stdio::__construct(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instead

Clue\React\Stdio\Stdio::__construct(): Implicitly marking parameter $output as nullable is deprecated, the explicit nullable type must be used instead

Clue\React\Stdio\Stdio::__construct(): Implicitly marking parameter $readline as nullable is deprecated, the explicit nullable type must be used instead

Clue\React\Stdio\Stdio::createStdin(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead

Clue\React\Stdio\Stdio::createStdout(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead

KentarouTakeda avatar Dec 31 '25 04:12 KentarouTakeda