-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Serializer] Add support of true built-in type (from PHP 8.2) #46675
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
[Serializer] Add support of true built-in type (from PHP 8.2) #46675
Conversation
That's a new feature that should be part of 6.2. Merging #45981 in 4.4 was a mistake. |
Thank you for the feedback @fabpot! I understand and agree your point of view on new PHP features. I'll do the necessary changes (if any) and rebase this to 6.2 👍 |
0608808
to
c3dafbd
Compare
c3dafbd
to
2ec0453
Compare
Thank you @alexandre-daubois. |
RFC: https://wiki.php.net/rfc/true-type
Pull request: php/php-src#8326
Same as this PR to add support of
false
andnull
types: #45981