diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-06-10 13:59:03 +0200 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-06-10 16:57:35 +0200 |
| commit | 95967c2077762985235e47db1fe9949bed5cbe8f (patch) | |
| tree | d18f44b10a5c6ae9c4444c192cac7277a2003e6a /lang/php83/files/patch-TSRM_TSRM.c | |
| parent | devel/py-python-gitlab: Update to 3.15.0 (diff) | |
*/*php83*: 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.3.0alpha1/UPGRADING
Changelog: https://github.com/php/php-src/blob/php-8.3.0alpha1/NEWS
Sponsored by: Bounce Experts
Diffstat (limited to 'lang/php83/files/patch-TSRM_TSRM.c')
| -rw-r--r-- | lang/php83/files/patch-TSRM_TSRM.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/php83/files/patch-TSRM_TSRM.c b/lang/php83/files/patch-TSRM_TSRM.c new file mode 100644 index 000000000000..86cd732dd5f1 --- /dev/null +++ b/lang/php83/files/patch-TSRM_TSRM.c @@ -0,0 +1,11 @@ +--- TSRM/TSRM.c.orig 2023-06-06 15:54:29 UTC ++++ TSRM/TSRM.c +@@ -769,7 +769,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__ |
