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

[2.6] Various fixes #582

Merged
merged 1 commit into from
Sep 10, 2023
Merged

[2.6] Various fixes #582

merged 1 commit into from
Sep 10, 2023

Conversation

GrahamCampbell
Copy link
Member

@GrahamCampbell GrahamCampbell commented Sep 10, 2023

  • Fixed bad assumptions around PHP array key types (PHP has jank where $foo['1'] = true will actually result in the key being the integer 1, so pretty much everywhere where we thought we had string-key maps, we actually do not.
  • Replaced call_user_func* with native calls.
  • Improved type information here and there

@GrahamCampbell GrahamCampbell merged commit 38ef514 into 2.6 Sep 10, 2023
38 checks passed
@GrahamCampbell GrahamCampbell deleted the various-fixes branch September 10, 2023 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant