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

Improve PHP 8.4+ support by avoiding implicitly nullable types #72

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

clue
Copy link
Owner

@clue clue commented Jan 1, 2025

This changeset improves PHP 8.4+ support by avoiding implicitly nullable types as discussed in reactphp/promise#260. The same idea applies, but v1 requires manual type checks to support legacy PHP versions as the nullable type syntax requires PHP 7.1+ otherwise.

Builds on top of #71, #64, #39, reactphp/promise#260 and reactphp/child-process#114
Resolves / closes #69

@clue clue added the new feature New feature or request label Jan 1, 2025
@clue clue added this to the v1.7.0 milestone Jan 1, 2025
@clue clue merged commit 2a5371c into clue:1.x Jan 2, 2025
21 checks passed
@clue clue deleted the nullable branch January 2, 2025 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PHP 8.4 support
1 participant