### Description Hi, these lines of code in php-src\Zend\zend_vm_execute.h need to be changed to like the following, because "_WIN64" is also valid on ARM64 platform: ```c #if defined(_WIN64) && defined(_M_X64) /* See save_xmm_x86_64_ms_masm.asm */ void execute_ex_real(zend_execute_data *ex) ``` ### PHP Version ```plain PHP 8.4.10 (cli) (built: Jul 7 2025 12:56:28) (NTS Visual C++ 2022 arm64) Copyright (c) The PHP Group Zend Engine v4.4.10, Copyright (c) Zend Technologies ``` ### Operating System Windows 11 ARM64