Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[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 ourterms of service andprivacy 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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
That's a new feature that should be part of 6.2. Merging#45981 in 4.4 was a mistake. |
alexandre-daubois commentedJun 17, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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 toc3dafbdComparec3dafbd to2ec0453CompareThank you@alexandre-daubois. |
Uh oh!
There was an error while loading.Please reload this page.
RFC:https://wiki.php.net/rfc/true-type
Pull request:php/php-src#8326
Same as this PR to add support of
falseandnulltypes:#45981