Skip to content

Undefined symbol 'execute_ex' on Windows ARM64 #19064

Open
@hyh19962008

Description

@hyh19962008

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:

#if defined(_WIN64) && defined(_M_X64)
/* See save_xmm_x86_64_ms_masm.asm */
void execute_ex_real(zend_execute_data *ex)

PHP Version

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions