Skip to content

Zend: fix undefined symbol 'execute_ex' on Windows ARM64 Issue#19064 #19068

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

Open
wants to merge 2 commits into
base: PHP-8.4
Choose a base branch
from

Conversation

hyh19962008
Copy link
Contributor

ext/gd: fix emmintrin.h not found on Windows ARM64. emmintrin.h is x86 specific.

ext/gd: fix emmintrin.h not found on Windows ARM64
@hyh19962008 hyh19962008 changed the title Zend: fix undefined symbol 'execute_ex' on Windows ARM64 #19064 Zend: fix undefined symbol 'execute_ex' on Windows ARM64 Issue#19064 Jul 8, 2025
@devnexen
Copy link
Member

devnexen commented Jul 8, 2025

Nice catch ! we do not have windows arm64 CI. @cmb69 does it look good to you ?

@cmb69
Copy link
Member

cmb69 commented Jul 8, 2025

This looks generally good to me, but zend_vm_execute.h needs to be regenerated since zend_vm_execute.h has been changed (see zend_vm_gen.php).

I'm not quite sure what to do about gd_interpolation.c; upstream doesn't have these lines, and I think they are superfluous; but it doesn't hurt to apply this patch for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Undefined symbol 'execute_ex' on Windows ARM64
3 participants