Skip to content

Fixed variable assignment errors during Windows JIT compilation #208

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

Closed
wants to merge 2 commits into from

Conversation

Sunch233
Copy link
Contributor

$PHP_JIT_ENABLE-ARG should be assigned the value 'on' instead of 'yes' when jit is enabled

@dktapps
Copy link
Member

dktapps commented Jan 16, 2025

That's funny, cause #200 did the exact opposite...

@Sunch233
Copy link
Contributor Author

Sunch233 commented Jan 16, 2025

That's funny, cause #200 did the exact opposite...

$PHP_JIT_ENABLE_ARG requires' on 'on line 613
if ($PHP_JIT_ENABLE_ARG -eq "on") {

I think we should use 'yes' uniformly

@dktapps
Copy link
Member

dktapps commented Jan 16, 2025

This is gonna have to wait since obviously neither you nor the other guy properly tested your changes

@dktapps dktapps closed this in ae94694 Jan 16, 2025
@Sunch233 Sunch233 deleted the patch branch March 14, 2025 12:09
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.

2 participants