CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2024/02/08 09:55:38
Modified files:
lang/php/8.1 : Makefile
lang/php/8.1/patches: patch-configure_ac
lang/php/8.2 : Makefile
lang/php/8.2/patches: patch-configure_ac
lang/php/8.3 : Makefile
lang/php/8.3/patches: patch-configure_ac
Added files:
lang/php/8.1/patches: patch-Zend_asm_jump_sparc64_sysv_elf_gas_S
patch-Zend_asm_make_sparc64_sysv_elf_gas_S
lang/php/8.2/patches: patch-Zend_asm_jump_sparc64_sysv_elf_gas_S
patch-Zend_asm_make_sparc64_sysv_elf_gas_S
lang/php/8.3/patches: patch-Zend_asm_jump_sparc64_sysv_elf_gas_S
patch-Zend_asm_make_sparc64_sysv_elf_gas_S
Log message:
Add support for sparc64 in php 8.1, 8.2 and 8.3
Implement the necessary zend fiber context switch ASM for sparc64.
Tested by me and tb@, asm was checked over by miod@ and kettenis@
OK sthen@