Skip to content

Support type mapping for float and boolean values #14

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

Merged
merged 3 commits into from
May 3, 2019

Conversation

clue
Copy link
Owner

@clue clue commented May 1, 2019

Resolves #9

@clue clue added new feature New feature or request BC break labels May 1, 2019
@clue clue added this to the v1.0.0 milestone May 1, 2019
@clue clue force-pushed the types branch 3 times, most recently from e031ce2 to b9de629 Compare May 3, 2019 14:17
@clue
Copy link
Owner Author

clue commented May 3, 2019

For the reference: The original implementation didn't work on legacy PHP because it was affected by https://bugs.php.net/bug.php?id=76665. The updated implementation now passes explicit types and no longer relies on PHP's type juggling, so this also supports legacy PHP versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BC break new feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support FLOAT type
1 participant