Open macintoshplus opened 1 day ago
I don't think this is a bug in php-src, but let's see.
HAVE_OPENSSL_EXT
is defined when OpenSSL had been found. Where did you get that package from (did you build it yourself)? That package is supposed to contain include\openssl\applink.c. Is that file missing from your OpenSSL package?
I use the package available here : https://phpext.phptools.online/experimental
It's build with winlib/builder private fork (it's necessary for work with my self-hosted ARM64 runner).
The GitHub Action configuration is same as winlib/builder:.github/workflows/openssl.yml.
The file openssl/applink.c
is added manually into the archive available here?
Description
This error occurs when I try to build PHP for Windows 11 on an ARM64 processor.
I use the GitHub Action
php-windows-builder
updated to build for ARM64.PHP Version
PHP 8.4.0RC4
Operating System
Windows 11 ARM64