CVSROOT: /cvs Module name: ports Changes by: [email protected] 2021/02/24 15:18:57
Modified files:
lang/php/8.0 : Makefile
lang/php/8.0/patches: patch-build_php_m4 patch-configure_ac
Removed files:
lang/php/8.0/patches: patch-Zend_zend_portability_h
Log message:
turns out the segfault problem with sse/avx isn't due to the code,
it's due to php trying to resolve functions via ifunc (presumably to
optimize calls to them slightly?). disable use of ifuncs instead.
