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

PHP 8.3.0 migration guide addition #2795

Closed
mumumu opened this issue Sep 26, 2023 · 1 comment · Fixed by #2800
Closed

PHP 8.3.0 migration guide addition #2795

mumumu opened this issue Sep 26, 2023 · 1 comment · Fixed by #2800

Comments

@mumumu
Copy link
Member

mumumu commented Sep 26, 2023

The following changes missing in #2780

  • The ++ and -- operators now emit warnings when attempting to increment values of type bool as this will change in the next major version.
  • A warning is emitted when trying to decrement values of type null, as this will change in the next major version.
@mumumu
Copy link
Member Author

mumumu commented Sep 26, 2023

These changes should be added to appendices/migration83/other-changes.xml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants