From c0b9892033cb566ec6a0c6d0fe5ce4b97c4c88de Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Wed, 2 Jul 2025 11:54:37 +0200 Subject: */*php85*: Sunrise Please DO NOT use this version in production, it is an early test version. For upgrade notes please visit: https://github.com/php/php-src/blob/php-8.5.0alpha1/UPGRADING Changelog: https://github.com/php/php-src/blob/php-8.5.0alpha1/NEWS --- lang/php85/files/patch-TSRM_TSRM.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lang/php85/files/patch-TSRM_TSRM.c (limited to 'lang/php85/files/patch-TSRM_TSRM.c') diff --git a/lang/php85/files/patch-TSRM_TSRM.c b/lang/php85/files/patch-TSRM_TSRM.c new file mode 100644 index 000000000000..a5ad9dca4e8a --- /dev/null +++ b/lang/php85/files/patch-TSRM_TSRM.c @@ -0,0 +1,11 @@ +--- TSRM/TSRM.c.orig 2024-07-02 13:43:13 UTC ++++ TSRM/TSRM.c +@@ -792,7 +792,7 @@ TSRM_API size_t tsrm_get_ls_cache_tcb_offset(void) + asm ("leal _tsrm_ls_cache@ntpoff,%0" + : "=r" (ret)); + return ret; +-#elif defined(__aarch64__) ++#elif defined(__aarch64__) && !defined(__FreeBSD__) + size_t ret; + + # ifdef __APPLE__ -- cgit v1.2.3